@charset "UTF-8";

/* =========================================================
   /jp/recipe/assets/css/content-2100.css
   gcode: 2100
   三五八こうじ漬の素で手作り塩麹

   方針：
   ・古いPDF風ではなく、和モダンな家庭料理ページにする
   ・発酵食品、塩麹、こうじのやさしい雰囲気を出す
   ・40代〜70代でも読みやすい文字サイズと余白
   ・PCでは画像を大きくしすぎない
   ・スマホでは工程カードを1列で読みやすくする
   ・パッケージ画像は控えめに、商品紹介らしく整える
========================================================= */

.recipe-content-2100 {
  color: #343126;
  background: #fbfaf1;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.95;
  overflow: hidden;
}

.recipe-content-2100 * {
  box-sizing: border-box;
}

.recipe-content-2100 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recipe-2100-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

/* =========================================================
   HERO
========================================================= */

.recipe-2100-hero {
  position: relative;
  margin: 0 0 38px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #51432c;
}

.recipe-2100-hero__image {
  position: relative;
  min-height: 360px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-2100-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(39, 34, 24, 0.82) 0%,
    rgba(91, 76, 48, 0.56) 48%,
    rgba(91, 76, 48, 0.08) 100%
  );
}

.recipe-2100-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  padding: 58px 24px 62px;
  color: #fff;
}

.recipe-2100-hero__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-2100-hero__title {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2100-hero__lead {
  max-width: 720px;
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
}

/* =========================================================
   COMMON
========================================================= */

.recipe-2100-section {
  margin: 0 0 40px;
}

.recipe-2100-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(69, 55, 32, 0.07);
}

.recipe-2100-label {
  margin: 0 0 10px;
  color: #9a6a22;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-2100-title {
  margin: 0 0 16px;
  color: #2f3025;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.recipe-2100-lead {
  margin: 0 0 20px;
  color: #5c5748;
  font-size: 16px;
  line-height: 1.95;
}

.recipe-2100-text {
  color: #343126;
}

.recipe-2100-text p {
  margin: 0 0 12px;
  line-height: 2;
}

.recipe-2100-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   CATCH
========================================================= */

.recipe-2100-catch {
  max-width: 960px;
  margin: 0 auto 34px;
  padding: 26px 24px;
  text-align: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(232, 213, 151, 0.36), transparent 34%),
    linear-gradient(135deg, #fffdf4 0%, #f4ead3 100%);
  border: 1px solid rgba(177, 139, 66, 0.22);
}

.recipe-2100-catch__main {
  margin: 0 0 10px;
  color: #4a3821;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2100-catch__sub {
  max-width: 760px;
  margin: 0 auto;
  color: #675b48;
  font-size: 15.5px;
  line-height: 1.95;
}

/* =========================================================
   IMAGE
========================================================= */

.recipe-2100-section-image,
.recipe-2100-recipe__image {
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 22px;
  background: #f2efe3;
}

.recipe-2100-section-image img,
.recipe-2100-recipe__image img {
  display: block;
  width: 100%;
}

.recipe-2100-intro .recipe-2100-section-image,
.recipe-2100-taste .recipe-2100-section-image,
.recipe-2100-start .recipe-2100-section-image,
.recipe-2100-closing .recipe-2100-section-image {
  max-width: 760px;
}

.recipe-2100-intro .recipe-2100-section-image img,
.recipe-2100-taste .recipe-2100-section-image img,
.recipe-2100-start .recipe-2100-section-image img,
.recipe-2100-closing .recipe-2100-section-image img {
  max-height: 330px;
  object-fit: cover;
}

/* =========================================================
   MATERIAL NOTE
========================================================= */

.recipe-2100-note {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 232, 0.96));
  border: 1px solid rgba(169, 132, 59, 0.18);
}

.recipe-2100-note .recipe-2100-section-image {
  max-width: 280px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: #fffdf7;
  box-shadow: 0 10px 22px rgba(69, 55, 32, 0.08);
}

.recipe-2100-note .recipe-2100-section-image img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  padding: 10px;
  background: #fffdf7;
}

.recipe-2100-note-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.recipe-2100-note-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border-radius: 16px;
  background: #fffaf0;
  color: #3d3527;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.7;
}

.recipe-2100-note-list li:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b38936;
  box-shadow: 0 0 0 5px rgba(179, 137, 54, 0.14);
}

/* =========================================================
   FEATURE GRID
========================================================= */

.recipe-2100-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
}

.recipe-2100-feature {
  position: relative;
  min-height: 172px;
  padding: 22px 18px 20px;
  border-radius: 20px;
  background: #fffaf0;
  border: 1px solid rgba(177, 139, 66, 0.18);
}

.recipe-2100-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 0 13px;
  border-radius: 50%;
  background: #9a6a22;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.recipe-2100-feature__title {
  margin: 0 0 9px;
  color: #3d3323;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.recipe-2100-feature__body {
  margin: 0;
  color: #5d5648;
  font-size: 14.5px;
  line-height: 1.82;
}

/* =========================================================
   STEP IMAGE CARDS
========================================================= */

.recipe-2100-section--step-image-cards .recipe-2100-card {
  background:
    radial-gradient(circle at top right, rgba(237, 221, 171, 0.28), transparent 32%),
    #ffffff;
}

.recipe-2100-recipe-note {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f0dc;
  color: #5c4a2e;
  font-size: 15px;
  line-height: 1.9;
  border-left: 5px solid #b38936;
}

.recipe-2100-recipe-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 0;
}

.recipe-2100-recipe-box {
  overflow: hidden;
  border-radius: 22px;
  background: #fffaf0;
  border: 1px solid rgba(169, 132, 59, 0.18);
  box-shadow: 0 10px 22px rgba(69, 55, 32, 0.055);
}

.recipe-2100-recipe-box__visual {
  margin: 0;
  background: #eee8d9;
}

.recipe-2100-recipe-box__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 250px;
  object-fit: cover;
}

.recipe-2100-recipe-box__body {
  padding: 20px 20px 22px;
}

.recipe-2100-recipe-box__name {
  margin: 0 0 10px;
  color: #3a3021;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.recipe-2100-recipe-box__point {
  margin: 0 0 10px;
  color: #4a3a22;
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 700;
}

.recipe-2100-recipe-box__memo {
  margin: 0;
  color: #655d4f;
  font-size: 14.5px;
  line-height: 1.9;
}

.recipe-2100-recipe-box__memo strong,
.recipe-2100-recipe-box__point strong {
  color: #8a4f12;
  font-weight: 700;
}

/* =========================================================
   TASTE
========================================================= */

.recipe-2100-taste {
  position: relative;
  border: 1px solid rgba(177, 139, 66, 0.22);
  background:
    linear-gradient(135deg, #ffffff 0%, #fff7e5 100%);
}

.recipe-2100-taste-mark {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #9a6a22;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* =========================================================
   DAILY GRID
========================================================= */

.recipe-2100-daily-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

.recipe-2100-daily-item {
  padding: 20px 16px;
  border-radius: 18px;
  background: #fffaf0;
  border: 1px solid rgba(169, 132, 59, 0.18);
}

.recipe-2100-daily-item__title {
  margin: 0 0 9px;
  color: #3b3020;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.recipe-2100-daily-item__body {
  margin: 0;
  color: #635b4d;
  font-size: 14.5px;
  line-height: 1.85;
}

/* =========================================================
   START / CLOSING / BUTTON
========================================================= */

.recipe-2100-start {
  background:
    radial-gradient(circle at top left, rgba(234, 215, 157, 0.28), transparent 34%),
    #ffffff;
}

.recipe-2100-closing {
  text-align: left;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8efd8 100%);
  border: 1px solid rgba(169, 132, 59, 0.18);
}

.recipe-2100-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #6f4f1f;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.recipe-2100-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* =========================================================
   PDF
========================================================= */

.recipe-content-2100 .recipe-2100-section:last-child .recipe-2100-card {
  background: #fffdf7;
  border: 1px dashed rgba(138, 100, 36, 0.38);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 960px) {
  .recipe-2100-wrap {
    max-width: 100%;
  }

  .recipe-2100-hero__image {
    min-height: 390px;
  }

  .recipe-2100-hero__inner {
    padding: 62px 20px 64px;
  }

  .recipe-2100-hero__title {
    font-size: 34px;
  }

  .recipe-2100-hero__lead {
    font-size: 16px;
  }

  .recipe-2100-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-2100-daily-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-2100-recipe-list {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .recipe-2100-recipe-box__visual img {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

@media screen and (max-width: 640px) {
  .recipe-2100-wrap {
    padding: 0 14px 46px;
  }

  .recipe-2100-hero {
    margin-bottom: 34px;
    border-radius: 0 0 22px 22px;
  }

  .recipe-2100-hero__image {
    min-height: 430px;
    background-position: center center;
  }

  .recipe-2100-hero__image:before {
    background: linear-gradient(
      180deg,
      rgba(41, 32, 22, 0.76) 0%,
      rgba(41, 32, 22, 0.64) 54%,
      rgba(41, 32, 22, 0.84) 100%
    );
  }

  .recipe-2100-hero__inner {
    padding: 54px 18px 58px;
  }

  .recipe-2100-hero__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .recipe-2100-hero__title {
    font-size: 28px;
    line-height: 1.48;
  }

  .recipe-2100-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .recipe-2100-section {
    margin-bottom: 34px;
  }

  .recipe-2100-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .recipe-2100-title {
    font-size: 23px;
  }

  .recipe-2100-catch {
    padding: 24px 18px;
  }

  .recipe-2100-catch__main {
    font-size: 23px;
  }

  .recipe-2100-section-image,
  .recipe-2100-recipe__image {
    border-radius: 18px;
  }

  .recipe-2100-intro .recipe-2100-section-image,
  .recipe-2100-taste .recipe-2100-section-image,
  .recipe-2100-start .recipe-2100-section-image,
  .recipe-2100-closing .recipe-2100-section-image {
    max-width: 100%;
  }

  .recipe-2100-intro .recipe-2100-section-image img,
  .recipe-2100-taste .recipe-2100-section-image img,
  .recipe-2100-start .recipe-2100-section-image img,
  .recipe-2100-closing .recipe-2100-section-image img {
    max-height: none;
    object-fit: cover;
  }

  .recipe-2100-note .recipe-2100-section-image {
    max-width: 260px;
  }

  .recipe-2100-note .recipe-2100-section-image img {
    max-height: 320px;
  }

  .recipe-2100-note-list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .recipe-2100-feature-grid {
    grid-template-columns: 1fr;
  }

  .recipe-2100-daily-grid {
    grid-template-columns: 1fr;
  }

  .recipe-2100-recipe-list {
    max-width: 100%;
  }

  .recipe-2100-recipe-box__body {
    padding: 20px 18px 22px;
  }

  .recipe-2100-recipe-box__name {
    font-size: 19px;
  }

  .recipe-2100-recipe-box__visual img {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

@media screen and (max-width: 420px) {
  .recipe-2100-hero__title {
    font-size: 25px;
  }

  .recipe-2100-hero__lead,
  .recipe-2100-lead,
  .recipe-2100-text p,
  .recipe-2100-recipe-box__point,
  .recipe-2100-recipe-box__memo {
    font-size: 14.5px;
  }

  .recipe-2100-card {
    padding: 22px 15px;
  }

  .recipe-2100-note .recipe-2100-section-image {
    max-width: 235px;
  }
}