@charset "utf-8";

/* =============================================
   「クノール® 贅沢野菜®」今夏採れたてヌーヴォーコーン
   記事LP（Mariko訴求）
   SPファースト / PC: min-width 768px
   ============================================= */

:root {
  --color-green: #185442;
  --color-green-light: #2e6857;
  --color-yellow: #ebcb55;
  --color-beige: #dacea3;
  --color-beige-soft: #ece4c8;
  --color-ivory: #f7f5ed;
  --color-sage: #e5e9df; /* ページ外側の背景 */
  --color-paper: #fffefa; /* 記事紙面 */
  --color-text: #333a34;

  --font-gothic: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    sans-serif;
  --font-serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;

  --content-width: 750px;
  --page-width: 750px;
  --article-width: 850px; /* 白い記事紙面の最大幅（PC） */
  --section-space: 42px;
}

@media (min-width: 768px) {
  :root {
    --section-space: 56px;
  }
}

/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* SPでは紙面が画面いっぱいに広がるレイアウト、
   PC（768px〜）では淡いセージグリーンの上に白い紙面を重ねる2層構造 */
body {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.05;
  color: var(--color-text);
  background: var(--color-paper);
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    background: var(--color-sage);
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

sup {
  font-size: 0.55em;
  vertical-align: super;
}

a {
  color: var(--color-green);
}

/* SP/PC 表示切り替え */
.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}

/* ---------- layout ---------- */
.container {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* 記事紙面（article）: SPは全幅・影なし、PCは紙が一枚置かれたような見え方 */
article {
  background: var(--color-paper);
}

@media (min-width: 768px) {
  article {
    width: calc(100% - 40px);
    max-width: var(--article-width);
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(24, 84, 66, 0.025),
      0 8px 40px rgba(40, 60, 45, 0.06);
  }
}

/* mainは紙面いっぱいに広げ、セクション背景（ご自愛・最終CTA等）が紙面の端まで届くようにする。
   本文・画像の幅は .container / .photo 側の max-width で従来どおり保持する */
main {
  max-width: var(--article-width);
  margin: 0 auto;
}

/* 本文段落 */
.container > p {
  margin-bottom: 24px;
}

.container > p:last-child {
  margin-bottom: 0;
}

/* ---------- FV ---------- */
article {
  border-top: 4px solid var(--color-green);
}

.fv {
  padding-top: 20px;
}

.fv__pr {
  max-width: var(--content-width);
  margin: 0 auto 12px;
  padding: 0 20px;
  font-size: 11px;
  color: #8a8f8a;
  text-align: right;
  line-height: 1.4;
}

.fv__photo {
  max-width: var(--content-width);
  margin: 0 auto;
}

.fv__title-wrap {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 12px 24px 32px;
  text-align: center;
}

.fv__title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.65;
  color: var(--color-green);
  letter-spacing: 0.04em;
}

.fv__title-sub {
  display: block;
  margin-top: 10px;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .fv {
    padding-top: 28px;
  }
  .fv__photo {
    /* PCでは通常の写真（.container内の.photo）と同じ幅に揃える */
    max-width: calc(var(--content-width) - 40px);
    border-radius: 20px;
    overflow: hidden;
  }
  .fv__title {
    font-size: 40px;
  }
  .fv__title-wrap {
    padding: 20px 24px 44px;
  }
}

/* ---------- 写真 ---------- */
.photo {
  margin: 32px auto;
}

.photo--rounded img,
.photo--rounded video {
  border-radius: 14px;
}

.photo--wide {
  max-width: var(--content-width);
}

.photo--narrow {
  max-width: 560px;
  padding: 0 20px;
}

.container .photo {
  /* container内の写真は左右パディング不要 */
  padding: 0;
}

@media (min-width: 768px) {
  .photo {
    margin: 42px auto;
  }
  .photo--rounded img,
  .photo--rounded video {
    border-radius: 18px;
  }
}

/* ---------- セクション共通 ---------- */
.section {
  padding: var(--section-space) 0;
}

.intro {
  padding: var(--section-space) 0 calc(var(--section-space) * 0.6);
}

/* 見出しまわり */
.section-head {
  margin-bottom: 28px;
  text-align: center;
}

.section-head__num {
  display: block;
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-yellow);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

/* 英字ラベル（SEASON / FRESHNESS 等）。現在HTML側では未使用。
   復活させる場合は section-head 内に
   <span class="section-head__label">SEASON</span> を戻すだけでよい */
.section-head__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-green-light);
  margin-bottom: 14px;
  line-height: 1;
}

.section-head h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--color-green);
  letter-spacing: 0.03em;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: 20px auto 0;
  border-radius: 2px;
  background: var(--color-yellow);
}

.section-head--plain h2::after {
  background: var(--color-green-light);
  opacity: 0.45;
}

@media (min-width: 768px) {
  .section-head {
    margin-bottom: 36px;
  }
  .section-head__num {
    font-size: 56px;
  }
  .section-head h2 {
    font-size: 30px;
  }
}

/* ---------- テキスト装飾 ---------- */
.marker {
  font-weight: 700;
  background: linear-gradient(transparent 68%, rgba(235, 203, 85, 0.55) 68%);
  padding: 0 2px;
}

.notes {
  font-size: 12px;
  color: #8a8f8a;
  line-height: 1.7;
}

/* 印象的な一文（明朝・センター） */
.pull-quote {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--color-green);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 40px 0 !important;
}

.pull-quote--voice {
  margin: 32px 0 !important;
}

/* 直後に写真が続く箇所は間隔を少し詰める。
   隣接マージンは相殺されるため、両側とも同じ値にしておく */
.pull-quote--tight {
  margin-bottom: 30px !important;
}

.pull-quote--tight + .photo {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .pull-quote {
    font-size: 24px;
    margin: 48px 0 !important;
  }
  .pull-quote--tight {
    margin-bottom: 38px !important;
  }
  .pull-quote--tight + .photo {
    margin-top: 38px;
  }
}

.intro__product-name strong {
  font-weight: 700;
  color: var(--color-green);
}

.taste-message {
  color: var(--color-green);
  font-weight: 700;
  font-size: 17px;
}

/* ---------- キーフレーズ強調 ----------
   .em-week / .em-line = 一文まるごと、.em = 文中のフレーズ */
.em-week,
.em-line {
  color: var(--color-green);
  font-weight: 700;
  font-size: 17px;
}

.em {
  font-style: normal;
  color: var(--color-green);
  font-weight: 700;
}

.notes-mark {
  font-size: 0.5em;
  vertical-align: super;
  color: #8a8f8a;
}

/* ---------- 粉末というカタチ（ブランドストーリー） ---------- */
/* 淡いベージュのセクション（粉末というカタチ／ご自愛）。
   上下を紙面色へグラデーションで溶かし、セクションの切り替わりを柔らかく見せる */
.philosophy,
.jiai {
  background: var(--color-paper);
  background: linear-gradient(
    180deg,
    var(--color-paper) 0%,
    #f1ecdc 18%,
    #f1ecdc 82%,
    var(--color-paper) 100%
  );
  padding: var(--section-space) 0;
}

/* 本文は他セクションと同じ左揃え。見出しと情緒的コピーのみ中央 */
.philosophy .section-head,
.jiai .section-head,
.brand-message,
.jiai__message {
  text-align: center;
}

.brand-message {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-green);
  margin: 36px 0 !important;
}

@media (min-width: 768px) {
  .brand-message {
    font-size: 27px;
  }
}

/* ---------- CTA ---------- */
.cta-mid {
  padding: 12px 20px 54px;
  text-align: center;
}

/* 画像バナー版のCTA。ボタンの見た目は sub_cta.png 側が持つ。
   幅は .photo--narrow と同じ560pxに揃えている */
.btn-cta {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.btn-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  .cta-mid {
    padding-bottom: 68px;
  }
}

/* ---------- 情報ブロック（実績・価格）----------
   原稿の文章はそのまま。数字だけを .num-em で大きく見せる */
.info-block {
  margin: 32px auto;
  max-width: 620px;
  background: #fdfcf7;
  border: 1px solid rgba(24, 84, 66, 0.15);
  border-radius: 16px;
  padding: 26px 24px;
  text-align: center;
}

.info-block__text {
  line-height: 1.95;
}

.num-em {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: var(--color-green);
  background: linear-gradient(transparent 66%, rgba(235, 203, 85, 0.55) 66%);
  padding: 0 3px;
  margin: 0 2px;
  white-space: nowrap;
}

.info-block .notes {
  margin-top: 8px;
}

.nowrap {
  white-space: nowrap;
}

/* ---------- 特典・割引の強調ブロック ---------- */
.benefit-block {
  margin: 32px auto;
  background: #fdfcf7;
  border: 1px solid rgba(24, 84, 66, 0.18);
  border-radius: 16px;
  padding: 24px 22px;
}

.benefit-block__text {
  line-height: 2;
}

.benefit-block__text + .benefit-block__text {
  margin-top: 20px;
}

.benefit-block .num-em {
  font-size: 21px;
}

@media (min-width: 768px) {
  .benefit-block {
    padding: 28px 32px;
  }
  .benefit-block .num-em {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .info-block {
    padding: 30px 32px;
  }
  .num-em {
    font-size: 28px;
  }
}

/* ---------- ご自愛 ---------- */
.jiai .section-head h2 {
  color: var(--color-green);
}

.jiai__message {
  margin: 36px 0;
}

.jiai__message p {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  color: var(--color-green);
}

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

@media (min-width: 768px) {
  .jiai__message p {
    font-size: 19px;
  }
}

/* ---------- オファー ---------- */
.offer__start {
  font-size: 19px;
  font-weight: 700;
  color: var(--color-green);
  text-align: center;
  margin-top: 40px;
}

.detail-link {
  text-align: center;
  margin-top: 32px;
  font-size: 17px;
  font-weight: 700;
}

.detail-link a {
  color: var(--color-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(24, 84, 66, 0.35);
  padding-bottom: 2px;
}

.detail-link a:hover {
  opacity: 0.75;
}

/* 記事末尾のCTA画像。この下はフッターなので余白を詰める */
.offer .container > .photo:last-child {
  margin-bottom: 0;
}

.offer {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .offer__start {
    font-size: 26px;
  }
  .detail-link {
    font-size: 18px;
  }
}

/* ---------- footer ---------- */
.site-footer {
  background: #efece0;
  padding: 40px 0 32px;
}

.site-footer__notes {
  font-size: 11px;
  line-height: 1.9;
  color: #6f746f;
  margin-bottom: 24px;
}

.site-footer__links {
  text-align: center;
  font-size: 13px;
  margin-bottom: 24px;
}

.site-footer__links a {
  display: inline-block;
  margin: 0 12px 6px;
  color: var(--color-green);
}

.site-footer__copyright {
  text-align: center;
  font-size: 10px;
  color: #8a8f8a;
  letter-spacing: 0.05em;
}

/* ---------- fade-in ---------- */
.js-fade .fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade .fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade .fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
