/* ========================================
   ハツ・レバー LP スタイル
   hatsu-lever.css
======================================== */

/* ページ全体の背景を白で上書き（ラッパーdivで制御） */
.hl-page-wrap {
  background: #fff;
  color: #333;
}

/* hentryの幅制限・パディングを解除 */
.page .page-content .hentry:has(.hl-page-wrap) {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/* ----------------------------------------
   共通
---------------------------------------- */
.hl-page-wrap p {
  margin: 0;
}

.hl-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.hl-section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 32px;
  border-left: none;
  padding: 0;
  color: #333;
  line-height: 1.4;
}

.hl-red {
  color: #c13133;
}

.hl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s all;
  min-width: 220px;
  box-sizing: border-box;
}

.hl-btn--red {
  background-color: #c13133;
  color: #fff !important;
  border: 2px solid #c13133;
}
.hl-btn--red:hover {
  background-color: #fff;
  color: #c13133 !important;
}

.hl-btn--gold {
  background-color: #8B6914;
  color: #fff !important;
  border: 2px solid #8B6914;
}
.hl-btn--gold:hover {
  background-color: #fff;
  color: #8B6914 !important;
}

.hl-btn-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ----------------------------------------
   1. ヒーローセクション
---------------------------------------- */
.hl-hero {
  position: relative;
  /* background-color: #222; */
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 1080px;
  height: 720px;
  display: flex;
  align-items: center;
  /* color: #fff; */
}

.hl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: unset;
}

.hl-hero__content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.hl-hero__lead {
  font-size: 1.1rem;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.hl-hero__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  border: none;
  padding: 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.hl-hero__banner {
  display: inline-block;
  background-color: #8B6914;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 24px;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
}

.hl-hero__desc {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 28px;
}

.hl-hero__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ----------------------------------------
   2. レビューセクション
---------------------------------------- */
.hl-review {
  background: #fff;
  padding: 60px 0;
  color: #333;
}

.hl-review__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 24px;
  border: none;
  padding: 0;
  color: #333;
}

.hl-check-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  gap: 6px;
  width: fit-content;
}

.hl-check-list-wrap {
  text-align: left;
  display: flex;
  justify-content: center;
}

.hl-check-list li {
  padding: 4px 0 4px 36px;
  position: relative;
  font-size: 1rem;
  color: #333;
}

.hl-check-list li::before {
  content: "\f14a";
  font-family: FontAwesome;
  color: #c13133;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.3rem;
}

.hl-review-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}

.hl-review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  width: 300px;
  max-width: 100%;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

.hl-review-card p {
  margin: 8px 0 4px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
}

.hl-stars {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.hl-stars span {
  color: #333;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.hl-review-source {
  font-size: 0.8rem !important;
  color: #888 !important;
  border-top: 1px solid #eee;
  padding-top: 8px !important;
  margin-top: 12px !important;
}

.hl-review-note {
  text-align: right;
  font-size: 0.8rem;
  color: #888;
  margin: 0;
}

/* ----------------------------------------
   3. 名物セクション
   SP: 縦並び（デフォルト）
   PC(768px以上): 横並び
---------------------------------------- */
.hl-products {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #eee;
  color: #333;
}

/* SP: 縦並びデフォルト */
.hl-products__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* PC: 横並び */
@media screen and (min-width: 768px) {
  .hl-products__grid {
    flex-direction: row;
    gap: 40px;
  }
  .hl-products__grid .hl-product {
    flex: 1;
    min-width: 0;
  }
}

.hl-product {
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 4px;
  background: #fafafa;
  box-sizing: border-box;
}

.hl-product__badge {
  display: inline-block;
  background: #c13133;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.hl-product__sub {
  font-size: 1rem;
  color: #555;
  margin: 0 0 4px;
}

.hl-product__name {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 20px;
  border: none;
  padding: 0;
  color: #222;
}

.hl-product__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.hl-product__img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.hl-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-point-list li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 0.95rem;
  border-bottom: 1px dotted #ddd;
  color: #333;
}

.hl-point-list li:last-child {
  border-bottom: none;
}

.hl-point-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #c13133;
  position: absolute;
  left: 0;
  top: 7px;
}

/* ----------------------------------------
   4. 仕込みセクション
   SP: 縦並び（デフォルト）
   PC(768px以上): 横並び
---------------------------------------- */
.hl-shimikomi {
  background: #f8f8f8;
  padding: 70px 0;
  color: #333;
}

.hl-shimikomi__desc {
  text-align: center;
  color: #555;
  margin: 0 0 36px;
  font-size: 0.95rem;
}

/* SP: 縦並びデフォルト */
.hl-videos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* PC: 横並び */
@media screen and (min-width: 768px) {
  .hl-videos {
    flex-direction: row;
    gap: 30px;
  }
  .hl-videos .hl-video-item {
    flex: 1;
    min-width: 0;
  }
}

.hl-video-item {
  box-sizing: border-box;
}

.hl-video-thumb__vertical {
  position: relative;
  background: #222;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 10 / 16;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}

.hl-video-thumb__horizontal {
  position: relative;
  background: #222;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}

.hl-video-thumb__vertical img,
.hl-video-thumb__horizontal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

.hl-video-thumb__vertical video,
.hl-video-thumb__horizontal video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 2px solid #c13133;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}

.hl-video-play-btn:hover {
  background: #cccccc;
}

.hl-video-play-btn__icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #c13133;
}

.hl-video-play-btn.is-hidden {
  display: none;
}

.hl-video-label {
  text-align: center;
  margin: 12px 0 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
}

/* ----------------------------------------
   5. 比較セクション（テーブルのみ）
---------------------------------------- */
.hl-comparison {
  background: #fff;
  padding: 70px 0;
  color: #333;
}

.hl-comparison__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
  border: none;
  padding: 0;
  color: #333;
}

.hl-comparison__table-wrap {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.hl-scroll-hint {
  display: none;
}

.hl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 500px;
}

.hl-table thead th {
  background-color: #c13133;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #c13133;
}

.hl-table tbody td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  color: #333;
  vertical-align: middle;
  background: #fff;
}

.hl-table tbody tr:nth-child(even) td {
  background: #fdf5f5;
}

.hl-table tbody td:first-child {
  font-weight: 700;
  color: #c13133;
  white-space: nowrap;
  text-align: center;
  width: 120px;
}

.hl-comparison__note {
  margin-top: 24px;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

/* ----------------------------------------
   6. 焼き方セクション
   SP: 縦並び（デフォルト）
   PC(768px以上): 横並び
---------------------------------------- */
.hl-cooking {
  background: #f8f8f8;
  padding: 70px 0;
  color: #333;
}

/* SP: 縦並びデフォルト */
.hl-cooking__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

/* PC: 横並び */
@media screen and (min-width: 768px) {
  .hl-cooking__grid {
    flex-direction: row;
    gap: 40px;
  }
  .hl-cooking__grid .hl-cooking__item {
    flex: 1;
    min-width: 0;
  }
}

.hl-cooking__item {
  box-sizing: border-box;
}

.hl-cooking__item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
  border: none;
  padding: 0;
  color: #333;
}

.hl-cooking__item p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  max-width: 460px;
  margin: 12px auto 0;
}

.hl-cooking__icon {
  display: block;
  width: 60px;
  margin: 12px auto 0;
}

.hl-warning {
  background: #fff8e1;
  border: 2px solid #f5a623;
  border-radius: 4px;
  padding: 14px 20px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #8B5E00;
  margin-top: 40px;
}

.hl-warning__icon {
  margin-right: 6px;
  font-size: 1.1rem;
}

/* ----------------------------------------
   7. FAQ & CTA セクション
   SP: 縦並び（デフォルト）
   PC(768px以上): 横並び
---------------------------------------- */
.hl-faq-cta {
  color: #333;
}

/* SP: 縦並びデフォルト */
.hl-faq-cta__grid {
  display: flex;
  flex-direction: column;
}

/* PC: 横並び */
@media screen and (min-width: 768px) {
  .hl-faq-cta__grid {
    flex-direction: row;
    min-height: 400px;
  }
  .hl-faq-cta__grid .hl-faq {
    flex: 1;
  }
  .hl-faq-cta__grid .hl-cta {
    flex: 1;
  }
}

/* FAQ */
.hl-faq {
  background: #f0f0f0;
  padding: 50px 40px;
  box-sizing: border-box;
}

.hl-faq__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
  border: none;
  padding: 0;
  color: #333;
  text-align: center;
}

.hl-qa {
  margin-bottom: 20px;
}

.hl-qa__q {
  margin: 0 0 6px;
  padding: 8px 8px 8px 42px;
  position: relative;
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 2px dashed #ccc;
}

.hl-qa__q::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  background: #c13133;
  color: #fff;
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.85rem;
  line-height: 26px;
  text-align: center;
  display: block;
}

.hl-qa__a {
  margin: 0;
  padding: 8px 8px 0 42px;
  position: relative;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
}

.hl-qa__a::before {
  content: "A";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  background: #555;
  color: #fff;
  border-radius: 50%;
  font-weight: 900;
  font-size: 0.85rem;
  line-height: 26px;
  text-align: center;
  display: block;
}

/* CTA */
.hl-cta {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 40px;
  box-sizing: border-box;
}

.hl-cta__inner {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 472px;
}

.hl-cta__title {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 20px;
  line-height: 1.5;
  color: #fff;
  border: none;
  padding: 0;
}

.hl-cta__inner p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.8;
  margin: 0 0 28px;
}

.hl-cta-text {
  text-align: left;
}

.hl-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.hl-cta__note {
  font-size: 0.8rem !important;
  color: #888 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

/* ----------------------------------------
   統計ブロック（レビューセクション内）
---------------------------------------- */
.hl-stat-block {
  background: #fff8f8;
  border-left: 4px solid #c13133;
  padding: 24px 28px;
  margin-top: 36px;
  border-radius: 0 4px 4px 0;
}

.hl-stat-block__num {
  font-size: 1.15rem;
  font-weight: 700;
  color: #c13133;
  margin: 0 0 10px;
}

.hl-stat-block__num strong {
  font-size: 1.4rem;
}

.hl-stat-block__body {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.85;
  margin: 0;
}

/* ----------------------------------------
   おすすめブロック（名物セクション内）
---------------------------------------- */
.hl-recommend-block {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 28px 32px;
  margin-top: 40px;
}

.hl-recommend-block__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 14px;
  border: none;
  padding: 0;
}

.hl-recommend-block p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.85;
  margin: 0 0 10px;
}

.hl-recommend-block p:last-child {
  margin-bottom: 0;
}

@keyframes hl-scroll-hint-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

/* ----------------------------------------
   SP共通調整（767px以下）
---------------------------------------- */
@media screen and (max-width: 767px) {

  .hl-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(193, 49, 51, 0.9);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    pointer-events: none;
    animation: hl-scroll-hint-bounce 1.4s ease-in-out infinite;
    transition: opacity 0.3s ease;
    z-index: 3;
  }

  .hl-scroll-hint.is-hidden {
    opacity: 0;
  }


  .hl-hero {
    max-width: 100%;
    background-size: contain;
    height: 100%;
    min-height: 300px;
  }
  .hl-hero {
    max-width: 100%;
  }
  .hl-hero__title {
    font-size: 1.45rem;
  }
  .hl-hero__content {
    padding: 40px 16px;
  }
  .hl-hero__btns {
    flex-direction: column;
    align-items: center;
  }
  .hl-btn {
    width: 100%;
    max-width: 300px;
    min-width: unset;
  }

  .hl-section-title {
    font-size: 1.45rem;
  }

  .hl-review {
    padding: 40px 0;
  }
  .hl-review__title,
  .hl-comparison__title {
    font-size: 1.45rem;
  }
  .hl-review-cards {
    flex-direction: column;
    align-items: center;
  }
  .hl-review-card {
    width: 100%;
  }

  .hl-check-list {
    width: 100%;
  }

  .hl-products,
  .hl-shimikomi,
  .hl-comparison,
  .hl-cooking {
    padding: 40px 0;
  }

  .hl-product {
    padding: 20px;
  }
  .hl-product__name {
    font-size: 1.4rem;
  }

  .hl-faq {
    padding: 40px 20px;
  }
  .hl-faq__title {
    font-size: 1.3rem;
  }

  .hl-cta {
    padding: 40px 20px;
  }
  .hl-cta__title {
    font-size: 1.3rem;
  }
  .hl-cta__inner {
    max-width: 100%;
  }
}
