@charset "UTF-8";

/* =========================================================
   /jp/recipe/assets/css/content-2007.css
   gcode: 2007
   塩麹粉末タイプで作る、深みある塩麹のお粥

   方針：
   ・2006系のrecipe_feature型を踏襲
   ・朝ごはん、お粥、湯気、清潔感、やさしさを重視
   ・明朝体ベースで公式サイトらしく上品に
   ・スマホでも工程が読みやすい構成
========================================================= */

.recipe-content-2007 {
  color: #37342d;
  background: #fffaf2;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.95;
  overflow: hidden;
}

.recipe-content-2007 * {
  box-sizing: border-box;
}

.recipe-content-2007 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recipe-2007-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px 60px;
}

/* =========================================================
   HERO
========================================================= */

.recipe-2007-hero {
  position: relative;
  margin: 0 0 44px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #5b5143;
}

.recipe-2007-hero__image {
  position: relative;
  min-height: 440px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-2007-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(48, 43, 35, 0.78) 0%,
    rgba(86, 77, 62, 0.50) 46%,
    rgba(86, 77, 62, 0.08) 100%
  );
}

.recipe-2007-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 22px 80px;
  color: #fff;
}

.recipe-2007-hero__label {
  display: inline-block;
  margin: 0 0 18px;
  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-2007-hero__title {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2007-hero__lead {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

/* =========================================================
   COMMON
========================================================= */

.recipe-2007-section {
  margin: 0 0 46px;
}

.recipe-2007-card {
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(65, 54, 39, 0.08);
}

.recipe-2007-label {
  margin: 0 0 10px;
  color: #a7773a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-2007-title {
  margin: 0 0 18px;
  color: #2f2a24;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.recipe-2007-lead {
  margin: 0 0 22px;
  color: #5a554e;
  font-size: 16px;
  line-height: 1.95;
}

.recipe-2007-text {
  color: #37342d;
}

.recipe-2007-text p {
  margin: 0 0 12px;
  line-height: 2;
}

.recipe-2007-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   CATCH
========================================================= */

.recipe-2007-catch {
  margin: 0 0 38px;
  padding: 28px 22px;
  text-align: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff3d9 0%, #fffaf2 100%);
  border: 1px solid #ead9b9;
}

.recipe-2007-catch__main {
  margin: 0 0 8px;
  color: #6a4b20;
  font-size: 25px;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2007-catch__sub {
  margin: 0;
  color: #625b51;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   INTRO
========================================================= */

.recipe-2007-intro {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-2007-intro .recipe-2007-title {
  text-align: center;
}

.recipe-2007-intro .recipe-2007-text {
  font-size: 17px;
}

.recipe-2007-section-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #f0eadf;
}

.recipe-2007-section-image img {
  display: block;
  width: 100%;
}

/* =========================================================
   IMPORTANT NOTE / INGREDIENTS
========================================================= */

.recipe-2007-note {
  position: relative;
  border: 1px solid #ead7b7;
  background: #fffdf8;
  box-shadow: 0 16px 36px rgba(83, 67, 43, 0.08);
}

.recipe-2007-note:before {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #c08a3a;
}

.recipe-2007-note .recipe-2007-title {
  color: #654718;
}

.recipe-2007-note-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
}

.recipe-2007-note-list li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 34px;
  color: #483f34;
  line-height: 1.75;
  border-radius: 16px;
  background: #fff6e8;
  border: 1px solid #eadfd0;
}

.recipe-2007-note-list li:before {
  content: "●";
  position: absolute;
  left: 15px;
  top: 12px;
  color: #c08a3a;
  font-size: 12px;
}

/* =========================================================
   FEATURES
========================================================= */

.recipe-2007-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.recipe-2007-feature {
  padding: 24px 18px;
  border-radius: 22px;
  background: #fbf5ea;
  border: 1px solid #e8ddc9;
}

.recipe-2007-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #c08a3a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(192, 138, 58, 0.22);
}

.recipe-2007-feature__title {
  margin: 0 0 10px;
  color: #2f2a24;
  font-size: 18px;
  line-height: 1.45;
}

.recipe-2007-feature__body {
  margin: 0;
  color: #5a554e;
  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   STEP / HOWTO
========================================================= */

.recipe-2007-recipe {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.recipe-2007-recipe__image {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border-radius: 26px;
  background: #f0e9dc;
}

.recipe-2007-recipe__image img {
  width: 100%;
  display: block;
}

.recipe-2007-recipe-list {
  display: grid;
  gap: 16px;
}

.recipe-2007-recipe-box {
  position: relative;
  padding: 23px;
  border-radius: 22px;
  background: #fffaf2;
  border: 1px solid #e8ddc9;
}

.recipe-2007-recipe-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: #c08a3a;
}

.recipe-2007-recipe-box__name {
  margin: 0 0 8px;
  color: #654718;
  font-size: 18px;
  line-height: 1.5;
}

.recipe-2007-recipe-box__point {
  margin: 0 0 8px;
  color: #3f392f;
  font-size: 15px;
  line-height: 1.85;
}

.recipe-2007-recipe-box__memo {
  margin: 0;
  padding: 12px 14px;
  color: #625b51;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 15px;
  background: #fff4e3;
}

/* =========================================================
   TASTE / POINT MARK
========================================================= */

.recipe-2007-taste {
  border: 1px solid #ead7b7;
  background: linear-gradient(135deg, #fffdf8 0%, #fff4e3 100%);
}

.recipe-2007-taste-mark {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #a9712e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* =========================================================
   DAILY GRID / POINTS
========================================================= */

.recipe-2007-daily-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.recipe-2007-daily-item {
  padding: 22px;
  border-radius: 20px;
  background: #fff8ed;
  border: 1px solid #e8ddc9;
}

.recipe-2007-daily-item__title {
  margin: 0 0 9px;
  color: #694a1d;
  font-size: 17px;
  line-height: 1.45;
}

.recipe-2007-daily-item__body {
  margin: 0;
  color: #5a554e;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   START / CLOSING
========================================================= */

.recipe-2007-start {
  border: 1px solid #ded5c8;
  background: #fffdf8;
}

.recipe-2007-closing {
  text-align: center;
  border: 1px solid #ead7b7;
  background: linear-gradient(135deg, #fffaf2 0%, #fff1da 100%);
}

.recipe-2007-closing .recipe-2007-section-image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-2007-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 24px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #7a5523;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.recipe-2007-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* =========================================================
   2007 専用補足
========================================================= */

.recipe-content-2007 .recipe-2007-hero__image:before {
  background: linear-gradient(
    90deg,
    rgba(48, 43, 35, 0.80) 0%,
    rgba(84, 75, 60, 0.54) 46%,
    rgba(84, 75, 60, 0.10) 100%
  );
}

.recipe-content-2007 .recipe-2007-catch {
  background: linear-gradient(135deg, #fff1d8 0%, #fffaf2 52%, #f8ead2 100%);
}

.recipe-content-2007 .recipe-2007-note {
  background: #fffdf8;
}

.recipe-content-2007 .recipe-2007-recipe-box__memo {
  background: #fff4e3;
}

.recipe-content-2007 .recipe-2007-taste {
  background: linear-gradient(135deg, #fffdf8 0%, #fff4e3 100%);
}

.recipe-content-2007 .recipe-2007-closing {
  border: 1px solid #ead7b7;
  background: linear-gradient(135deg, #fffaf2 0%, #fff1da 100%);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 980px) {
  .recipe-2007-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-2007-recipe {
    grid-template-columns: 1fr;
  }

  .recipe-2007-recipe__image {
    position: static;
  }

  .recipe-2007-daily-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-2007-note-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .recipe-2007-wrap {
    padding: 0 14px 48px;
  }

  .recipe-2007-hero {
    margin-bottom: 34px;
    border-radius: 0 0 22px 22px;
  }

  .recipe-2007-hero__image {
    min-height: 390px;
  }

  .recipe-2007-hero__image:before {
    background: linear-gradient(
      180deg,
      rgba(48, 43, 35, 0.82) 0%,
      rgba(84, 75, 60, 0.66) 56%,
      rgba(84, 75, 60, 0.34) 100%
    );
  }

  .recipe-2007-hero__inner {
    padding: 58px 18px 62px;
  }

  .recipe-2007-hero__label {
    font-size: 12px;
  }

  .recipe-2007-hero__title {
    font-size: 29px;
    line-height: 1.45;
  }

  .recipe-2007-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .recipe-2007-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .recipe-2007-title {
    font-size: 23px;
  }

  .recipe-2007-catch {
    padding: 24px 18px;
  }

  .recipe-2007-catch__main {
    font-size: 21px;
  }

  .recipe-2007-note-list,
  .recipe-2007-feature-grid,
  .recipe-2007-daily-grid {
    grid-template-columns: 1fr;
  }

  .recipe-2007-recipe-box {
    padding: 20px 18px;
  }

  .recipe-2007-recipe-box__name {
    font-size: 17px;
  }
}