@charset "UTF-8";

/* =========================================================
   /jp/recipe/assets/css/content-4003.css
   gcode: 4003
   冷製もやしの水キムチ

   方針：
   ・PDFの古いレシピカード感を出さない
   ・透明感のある漬け汁、もやしの白・にんじんの橙・ごまの淡い色を活かす
   ・和モダンを基本に、涼しげで少し韓国風の印象を加える
   ・40〜70代でも読みやすい文字サイズと余白
   ・PCでは工程カードを2列、スマホでは1列
========================================================= */

.recipe-content-4003 {
  color: #283436;
  background:
    radial-gradient(circle at top left, rgba(116, 185, 198, 0.24), transparent 29%),
    radial-gradient(circle at top right, rgba(151, 188, 91, 0.18), transparent 27%),
    radial-gradient(circle at bottom right, rgba(210, 231, 235, 0.28), transparent 30%),
    linear-gradient(180deg, #f9fdff 0%, #eef8f8 52%, #f5fbf8 100%);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.95;
  overflow: hidden;
}

.recipe-content-4003 * {
  box-sizing: border-box;
}

.recipe-content-4003 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recipe-4003-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

/* HERO */

.recipe-4003-hero {
  position: relative;
  margin: 0 0 38px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #315d67;
}

.recipe-4003-hero__image {
  position: relative;
  min-height: 390px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-4003-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(46, 48, 34, 0.89) 0%,
      rgba(65, 69, 44, 0.64) 46%,
      rgba(65, 69, 44, 0.10) 100%
    );
}

.recipe-4003-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 24px 64px;
  color: #fff;
}

.recipe-4003-hero__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-4003-hero__title {
  max-width: 800px;
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-4003-hero__lead {
  max-width: 770px;
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
}

/* COMMON */

.recipe-4003-section {
  margin: 0 0 40px;
}

.recipe-4003-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 30px rgba(71, 69, 49, 0.08);
}

.recipe-4003-label {
  margin: 0 0 10px;
  color: #4f8791;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-4003-title {
  margin: 0 0 16px;
  color: #315861;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.recipe-4003-lead {
  margin: 0 0 20px;
  color: #617276;
  font-size: 16px;
  line-height: 1.95;
}

.recipe-4003-text {
  color: #354549;
}

.recipe-4003-text p {
  margin: 0 0 12px;
  line-height: 2;
}

.recipe-4003-text p:last-child {
  margin-bottom: 0;
}

/* CATCH */

.recipe-4003-catch {
  max-width: 960px;
  margin: 0 auto 34px;
  padding: 27px 24px;
  text-align: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(118, 171, 99, 0.26), transparent 34%),
    radial-gradient(circle at top right, rgba(215, 103, 81, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(226, 181, 77, 0.20), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #faf9ef 100%);
  border: 1px solid rgba(122, 144, 91, 0.20);
}

.recipe-4003-catch__main {
  margin: 0 0 10px;
  color: #3f7782;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-4003-catch__sub {
  max-width: 800px;
  margin: 0 auto;
  color: #617276;
  font-size: 15.5px;
  line-height: 1.95;
}

/* IMAGE */

.recipe-4003-section-image,
.recipe-4003-recipe__image {
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 22px;
  background: #eaf5f6;
}

.recipe-4003-section-image img,
.recipe-4003-recipe__image img {
  display: block;
  width: 100%;
}

.recipe-4003-intro .recipe-4003-section-image,
.recipe-4003-taste .recipe-4003-section-image,
.recipe-4003-start .recipe-4003-section-image,
.recipe-4003-closing .recipe-4003-section-image {
  max-width: 760px;
}

.recipe-4003-intro .recipe-4003-section-image img,
.recipe-4003-taste .recipe-4003-section-image img,
.recipe-4003-start .recipe-4003-section-image img,
.recipe-4003-closing .recipe-4003-section-image img {
  max-height: 350px;
  object-fit: cover;
}

/* MATERIAL NOTE */

.recipe-4003-note {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(249, 249, 241, 0.97));
  border: 1px solid rgba(122, 144, 91, 0.18);
}

.recipe-4003-note .recipe-4003-section-image {
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(71, 69, 49, 0.08);
}

.recipe-4003-note .recipe-4003-section-image img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  padding: 10px;
  background: #ffffff;
}

.recipe-4003-note-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.recipe-4003-note-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 16px;
  background: #f2f9f9;
  color: #355157;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.7;
}

.recipe-4003-note-list li:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #86a94f;
  box-shadow: 0 0 0 5px rgba(215, 163, 47, 0.15);
}

/* FEATURE GRID */

.recipe-4003-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
}

.recipe-4003-feature {
  position: relative;
  min-height: 180px;
  padding: 22px 18px 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f9ef 100%);
  border: 1px solid rgba(122, 144, 91, 0.18);
}

.recipe-4003-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 0 13px;
  border-radius: 50%;
  background: #4f8c96;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.recipe-4003-feature:nth-child(3n+1) .recipe-4003-feature__num {
  background: #6aa6b0;
}

.recipe-4003-feature:nth-child(3n+2) .recipe-4003-feature__num {
  background: #87a94f;
}

.recipe-4003-feature__title {
  margin: 0 0 9px;
  color: #315861;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.recipe-4003-feature__body {
  margin: 0;
  color: #63767a;
  font-size: 14.5px;
  line-height: 1.82;
}

/* STEP IMAGE CARDS */

.recipe-4003-section--step-image-cards .recipe-4003-card {
  background:
    radial-gradient(circle at top right, rgba(228, 185, 77, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(112, 161, 91, 0.17), transparent 32%),
    #ffffff;
}

.recipe-4003-recipe-note {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eef7f7;
  color: #53696d;
  font-size: 15px;
  line-height: 1.9;
  border-left: 5px solid #87a94f;
}

.recipe-4003-recipe-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 0;
}

.recipe-4003-recipe-box {
  overflow: hidden;
  border-radius: 22px;
  background: #fbffff;
  border: 1px solid rgba(122, 144, 91, 0.18);
  box-shadow: 0 10px 22px rgba(71, 69, 49, 0.055);
}

.recipe-4003-recipe-box__visual {
  margin: 0;
  background: #eaf5f6;
}

.recipe-4003-recipe-box__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 250px;
  object-fit: cover;
}

.recipe-4003-recipe-box__body {
  padding: 20px 20px 22px;
}

.recipe-4003-recipe-box__name {
  margin: 0 0 10px;
  color: #315861;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.recipe-4003-recipe-box__point {
  margin: 0 0 10px;
  color: #4f686d;
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 700;
}

.recipe-4003-recipe-box__memo {
  margin: 0;
  color: #66797d;
  font-size: 14.5px;
  line-height: 1.9;
}

.recipe-4003-recipe-box__memo strong,
.recipe-4003-recipe-box__point strong {
  color: #4f8791;
  font-weight: 700;
}

/* TASTE */

.recipe-4003-taste {
  position: relative;
  border: 1px solid rgba(122, 144, 91, 0.20);
  background: linear-gradient(135deg, #ffffff 0%, #f2f9f9 100%);
}

.recipe-4003-taste-mark {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #4f8c96;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* DAILY GRID */

.recipe-4003-daily-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

.recipe-4003-daily-item {
  padding: 20px 16px;
  border-radius: 18px;
  background: #f4fafa;
  border: 1px solid rgba(122, 144, 91, 0.17);
}

.recipe-4003-daily-item:nth-child(1) {
  border-top: 4px solid #6aa6b0;
}

.recipe-4003-daily-item:nth-child(2) {
  border-top: 4px solid #87a94f;
}

.recipe-4003-daily-item:nth-child(3),
.recipe-4003-daily-item:nth-child(4) {
  border-top: 4px solid #4f8c96;
}

.recipe-4003-daily-item__title {
  margin: 0 0 9px;
  color: #315861;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.recipe-4003-daily-item__body {
  margin: 0;
  color: #66797d;
  font-size: 14.5px;
  line-height: 1.85;
}

/* START / CLOSING / BUTTON */

.recipe-4003-start {
  background:
    radial-gradient(circle at top left, rgba(228, 185, 77, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(112, 161, 91, 0.17), transparent 34%),
    #ffffff;
}

.recipe-4003-closing {
  text-align: left;
  background: linear-gradient(135deg, #ffffff 0%, #f8f8ee 100%);
  border: 1px solid rgba(122, 144, 91, 0.18);
}

.recipe-4003-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #5c7f4f;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 10px 20px rgba(92, 127, 79, 0.18);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.recipe-4003-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* PDF SECTION */

.recipe-content-4003 .recipe-4003-section:last-child .recipe-4003-card {
  background: #ffffff;
  border: 1px solid rgba(122, 144, 91, 0.16);
}

/* RESPONSIVE */

@media screen and (max-width: 980px) {
  .recipe-4003-wrap {
    max-width: 880px;
  }

  .recipe-4003-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-4003-daily-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-4003-recipe-list {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .recipe-4003-recipe-box__visual img {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

@media screen and (max-width: 640px) {
  .recipe-4003-wrap {
    padding: 0 14px 46px;
  }

  .recipe-4003-hero {
    margin-bottom: 34px;
    border-radius: 0 0 22px 22px;
  }

  .recipe-4003-hero__image {
    min-height: 450px;
    background-position: center center;
  }

  .recipe-4003-hero__image:before {
    background:
      linear-gradient(
        180deg,
        rgba(46, 48, 34, 0.76) 0%,
        rgba(46, 48, 34, 0.58) 50%,
        rgba(46, 48, 34, 0.87) 100%
      );
  }

  .recipe-4003-hero__inner {
    padding: 54px 18px 58px;
  }

  .recipe-4003-hero__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .recipe-4003-hero__title {
    font-size: 28px;
    line-height: 1.48;
  }

  .recipe-4003-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .recipe-4003-section {
    margin-bottom: 34px;
  }

  .recipe-4003-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .recipe-4003-title {
    font-size: 23px;
  }

  .recipe-4003-catch {
    padding: 24px 18px;
  }

  .recipe-4003-catch__main {
    font-size: 23px;
  }

  .recipe-4003-section-image,
  .recipe-4003-recipe__image {
    border-radius: 18px;
  }

  .recipe-4003-intro .recipe-4003-section-image,
  .recipe-4003-taste .recipe-4003-section-image,
  .recipe-4003-start .recipe-4003-section-image,
  .recipe-4003-closing .recipe-4003-section-image {
    max-width: 100%;
  }

  .recipe-4003-intro .recipe-4003-section-image img,
  .recipe-4003-taste .recipe-4003-section-image img,
  .recipe-4003-start .recipe-4003-section-image img,
  .recipe-4003-closing .recipe-4003-section-image img {
    max-height: none;
    object-fit: cover;
  }

  .recipe-4003-note .recipe-4003-section-image {
    max-width: 260px;
  }

  .recipe-4003-note .recipe-4003-section-image img {
    max-height: 330px;
  }

  .recipe-4003-note-list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .recipe-4003-feature-grid,
  .recipe-4003-daily-grid {
    grid-template-columns: 1fr;
  }

  .recipe-4003-recipe-list {
    max-width: 100%;
  }

  .recipe-4003-recipe-box__body {
    padding: 20px 18px 22px;
  }

  .recipe-4003-recipe-box__name {
    font-size: 19px;
  }

  .recipe-4003-recipe-box__visual img {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

@media screen and (max-width: 420px) {
  .recipe-4003-hero__title {
    font-size: 25px;
  }

  .recipe-4003-hero__lead,
  .recipe-4003-lead,
  .recipe-4003-text p,
  .recipe-4003-recipe-box__point,
  .recipe-4003-recipe-box__memo {
    font-size: 14.5px;
  }

  .recipe-4003-card {
    padding: 22px 15px;
  }

  .recipe-4003-note .recipe-4003-section-image {
    max-width: 235px;
  }
}
