/*
Theme Name: Aqua Herb LP
Author: OpenAI
Version: 2.0
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #332e29;
  background: #f5f1e8;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.container.narrow {
  width: min(100% - 32px, 760px);
}

.lp-main {
  overflow: hidden;
}

/* header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5ded4;
  backdrop-filter: blur(8px);
}

.header-inner {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-logo img {
  height: 42px;
  width: auto;
}

.global-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

.global-nav a {
  font-size: 14px;
  font-weight: 600;
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #28df42 0%, #14bd2d 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(28, 173, 46, 0.22);
  text-align: center;
  margin-bottom: 5%;
}

.btn-line-header {
  min-height: 40px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #4d473f;
}

/* section common */
.section-title {
  margin: 0 0 24px;
  font-size: clamp(26px, 4vw, 45px);
  line-height: 1.45;
  text-align: center;
  font-weight: 700;
}

.section-title.white {
  color: #fff;
}

.deco-wrap {
  position: relative;
}

.deco {
  position: absolute;
  pointer-events: none;
}

.deco-left {
left: -74px;
    bottom: -36px;
    width: 183px;
}

.deco-right {
right: -30px;
    bottom: -36px;
    width: 183px;
}

/* FV */
.fv-section {
  background: linear-gradient(90deg, #f4eee5 0%, #f4eee5 55%, #edd8ca 55%, #edd8ca 100%);
  padding: 28px 0 34px;
}

.fv-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
}

.fv-copy-top {
  margin: 0 0 20px;
  font-size: clamp(24px, 3.3vw, 52px);
  line-height: 1.65;
}

.fv-title {
  margin: 0 0 24px;
  font-size: clamp(28px, 3.2vw, 56px);
  line-height: 1.45;
  font-weight: 700;
}

.price-box {
  max-width: 460px;
  background: #fffdf9;
  border: 2px solid #c3a96b;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.price-box-inner {
  padding: 16px 20px;
}

.price-normal {
  margin: 0 0 4px;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
}

.price-monitor {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 700;
}

.price-monitor span {
  font-size: clamp(36px, 4vw, 60px);
  color: #d77a31;
  line-height: 1;
}

.price-monitor small {
  font-size: clamp(12px, 1.2vw, 20px);
}

.price-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: #666;
}

.fv-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.fv-result-card {
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.fv-result-label {
  margin: 0;
  padding: 8px 6px;
  background: #666157;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}

.fv-result-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.fv-result-meta {
  margin: 0;
  padding: 8px 4px;
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.fv-cta-wrap {
  margin-top: 18px;
  text-align: center;
}

/* results */
.results-section {
  background: #dbe2d3;
  padding: 32px 0 40px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.result-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.result-head {
  margin: 0 0 8px;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.result-head span {
  font-size: 10px;
  font-weight: 400;
}

.result-foot {
  margin: 6px 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
}

/* worry */
.worry-section {
  background: linear-gradient(180deg, #88907f 0%, #d9dbd0 100%);
  padding: 32px 0 36px;
}

.worry-list {
  max-width: 480px;
  margin: 0 auto 24px;
}

.worry-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  color: #2f2b27;
}

.worry-list li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: 0;
  color: #9c8f65;
  font-size: 22px;
}

.cause-box {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 16px 14px;
  border-radius: 12px;
  text-align: center;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* peel */
.peel-section {
  background: #eeefe7;
  padding: 34px 0 36px;
}

.ingredient-visual {

  margin: 0 auto 20px;
}

.peel-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.6;
  font-weight: 700;
}

.feature-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #6f825b;
  font-size: 14px;
}

.peel-message-box {
  background: #fff6e4;
  border: 1px solid #d0bf96;
  padding: 16px 14px;
  text-align: center;
}

.peel-message-top {
  margin: 0 0 6px;
  font-size: 11px;
  color: #7b6e52;
}

.peel-message-main {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
  font-weight: 700;
}

/* compare */
.compare-section {
  background: #ffffff;
  padding: 32px 0 38px;
}

.compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 18px;
}

.compare-col {
  background: #fff;
  border: 1px solid #d7cebc;
}

.compare-head {
  padding: 12px 8px;
  text-align: center;
  font-size: clamp(14px, 2vw, 22px);
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.compare-general .compare-head {
  background: #8f897d;
}

.compare-shop .compare-head {
  background: #b79a53;
}

.compare-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  text-align: center;
  border-top: 1px solid #e6dfcf;
  font-size: clamp(14px, 1.8vw, 22px);
  line-height: 1.45;
  font-weight: 700;
}

.compare-shop .compare-row {
  background: linear-gradient(180deg, rgba(183,154,83,0.95) 0%, rgba(163,137,71,0.95) 100%);
  color: #fff;
}

.compare-note {
  margin: 0;
  text-align: center;
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.6;
  font-weight: 700;
}

/* flow */
.flow-section {
  background: #edeee6;
  padding: 32px 0 36px;
}

.flow-visual {

  margin: 0 auto 18px;
}

.flow-text {
  margin: 0;
  text-align: center;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.6;
  font-weight: 700;
}

/* monitor */
.monitor-section {
  background: #d7d1c4;
  padding: 28px 0;
}

.monitor-box {
  background: #f9f7f1;
  border: 4px double #b79f73;
  padding: 22px 18px;
  text-align: center;
}

.monitor-label {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.4;
  font-weight: 700;
}

.monitor-main {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.6vw, 34px);
  line-height: 1.55;
  font-weight: 700;
}

.monitor-main span {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.monitor-list {
  margin-bottom: 8px;
}

.monitor-list li {
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.6;
}

.monitor-note {
  margin: 0;
  font-size: 13px;
}

/* price */
.price-section {
  background: #f7f5ef;
  padding: 26px 0;
}

.price-summary {
  text-align: center;
}

.price-summary p {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.4;
  font-weight: 700;
}

.price-summary span {
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
}

.price-summary-note {
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* merits */
.merits-section {
  background: #cfc9bd;
  padding: 24px 0 28px;
}

.merits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.merit-item {
  min-height: 92px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: clamp(14px, 1.7vw, 20px);
  line-height: 1.45;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

/* closing */
.closing-section {
  background: #f4f0e7;
  padding: 28px 0 0;
}

.closing-inner {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 14px;
  align-items: end;
}

.closing-copy {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.4;
  font-weight: 700;
}

.closing-staff img {
  max-width: 150px;
  margin-left: auto;
}

/* footer */
.site-footer {
  background: #8c8678;
  color: #fff;
  text-align: center;
  padding: 18px 16px;
}

.footer-logo {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.copyright {
  margin: 0;
  font-size: 12px;
}

/* responsive */
@media (max-width: 900px) {
  .fv-content {
    grid-template-columns: 1fr;
  }

  .merits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 62px;
  }

  .global-nav {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5ded4;
    border-bottom: 1px solid #e5ded4;
    display: none;
  }

  .global-nav.is-open {
    display: block;
  }

  .global-nav ul {
    flex-direction: column;
    gap: 0;
  }

  .global-nav li {
    border-bottom: 1px solid #eee7db;
  }

  .global-nav a {
    display: block;
    padding: 14px 16px;
    text-align: center;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }
}

@media (max-width: 680px) {
  .container,
  .container.narrow {
    width: min(100% - 20px, 760px);
  }

  .site-logo img {
    height: 34px;
  }

  .fv-section {
    padding-top: 18px;
    padding-bottom: 22px;
    background: linear-gradient(180deg, #f4eee5 0%, #f4eee5 62%, #edd8ca 62%, #edd8ca 100%);
  }

  .fv-content {
    gap: 18px;
  }

  .fv-results-grid {
    gap: 6px;
  }

  .btn-line {
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    padding: 0;
  }

  .results-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .result-item {
    padding: 8px;
  }

  .worry-section,
  .peel-section,
  .compare-section,
  .flow-section,
  .monitor-section,
  .price-section,
  .merits-section,
  .closing-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .closing-section {
    padding-bottom: 0;
  }
  .peel-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .compare-table {
    gap: 8px;
  }

  .compare-row {
    min-height: 52px;
  }

  .closing-inner {
    grid-template-columns: 1fr 100px;
    gap: 8px;
  }

  .closing-staff img {
    max-width: 92px;
  }

  .deco-left {
   width: 69px;
        bottom: -23px;
        left: -7px;
  }

  .deco-right {
    width: 76px;
        right: -4px;
        bottom: -23px;
  }
}

@media (max-width: 420px) {
  .result-head {
    font-size: 10px;
  }

  .result-foot {
    font-size: 10px;
  }

  .peel-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .merits-grid {
    gap: 8px;
  }

  .merit-item {
    min-height: 74px;
    font-size: 13px;
  }
}
/*-----------PCのみ改行→<br class="pc">・<br class="sp">スマホのみ改行→-------------*/
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}


@media screen and (max-width: 680px){ 
p.closing-copy {
    font-size: 22px;
}
}