@charset "UTF-8";

/* =========================================================
   /jp/recipe/assets/css/content-2006.css
   gcode: 2006
   塩麹粉末タイプで作る、しっとり塩豚

   方針：
   ・1060/1090/1110系のhowto_feature型を踏襲
   ・豚肉料理なので清潔感、やわらかさ、温かみを重視
   ・明朝体ベースで公式サイトらしく上品に
   ・スマホでも工程が読みやすい構成
========================================================= */

.recipe-content-2006 {
  color: #3a332d;
  background: #fff9f3;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.95;
  overflow: hidden;
}

.recipe-content-2006 * {
  box-sizing: border-box;
}

.recipe-content-2006 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recipe-2006-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px 60px;
}

/* =========================================================
   HERO
========================================================= */

.recipe-2006-hero {
  position: relative;
  margin: 0 0 44px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #5a4034;
}

.recipe-2006-hero__image {
  position: relative;
  min-height: 440px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-2006-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(53, 37, 31, 0.76) 0%,
    rgba(99, 70, 56, 0.50) 46%,
    rgba(99, 70, 56, 0.08) 100%
  );
}

.recipe-2006-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 22px 80px;
  color: #fff;
}

.recipe-2006-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-2006-hero__title {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2006-hero__lead {
  max-width: 700px;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

/* =========================================================
   COMMON
========================================================= */

.recipe-2006-section {
  margin: 0 0 46px;
}

.recipe-2006-card {
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(72, 46, 30, 0.08);
}

.recipe-2006-label {
  margin: 0 0 10px;
  color: #a56f47;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.recipe-2006-title {
  margin: 0 0 18px;
  color: #302823;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.recipe-2006-lead {
  margin: 0 0 22px;
  color: #5c514a;
  font-size: 16px;
  line-height: 1.95;
}

.recipe-2006-text {
  color: #3a332d;
}

.recipe-2006-text p {
  margin: 0 0 12px;
  line-height: 2;
}

.recipe-2006-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   CATCH
========================================================= */

.recipe-2006-catch {
  margin: 0 0 38px;
  padding: 28px 22px;
  text-align: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff0e2 0%, #fffaf3 100%);
  border: 1px solid #ead3c3;
}

.recipe-2006-catch__main {
  margin: 0 0 8px;
  color: #6d3f2c;
  font-size: 25px;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-2006-catch__sub {
  margin: 0;
  color: #665851;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   INTRO
========================================================= */

.recipe-2006-intro {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-2006-intro .recipe-2006-title {
  text-align: center;
}

.recipe-2006-intro .recipe-2006-text {
  font-size: 17px;
}

.recipe-2006-section-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #f0e4d9;
}

.recipe-2006-section-image img {
  display: block;
  width: 100%;
}

/* =========================================================
   IMPORTANT NOTE / INGREDIENTS
========================================================= */

.recipe-2006-note {
  position: relative;
  border: 1px solid #ead0be;
  background: #fffdf9;
  box-shadow: 0 16px 36px rgba(92, 60, 40, 0.08);
}

.recipe-2006-note:before {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #bd7b53;
}

.recipe-2006-note .recipe-2006-title {
  color: #6b3f2c;
}

.recipe-2006-note-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
}

.recipe-2006-note-list li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 34px;
  color: #493b34;
  line-height: 1.75;
  border-radius: 16px;
  background: #fff4ec;
  border: 1px solid #eadbd0;
}

.recipe-2006-note-list li:before {
  content: "●";
  position: absolute;
  left: 15px;
  top: 12px;
  color: #bd7b53;
  font-size: 12px;
}

/* =========================================================
   FEATURES
========================================================= */

.recipe-2006-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.recipe-2006-feature {
  padding: 24px 18px;
  border-radius: 22px;
  background: #fbf3ed;
  border: 1px solid #eadbd0;
}

.recipe-2006-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: #bd7b53;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(189, 123, 83, 0.22);
}

.recipe-2006-feature__title {
  margin: 0 0 10px;
  color: #302823;
  font-size: 18px;
  line-height: 1.45;
}

.recipe-2006-feature__body {
  margin: 0;
  color: #5c514a;
  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   STEP / HOWTO
========================================================= */

.recipe-2006-recipe {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.recipe-2006-recipe__image {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border-radius: 26px;
  background: #f0e2d6;
}

.recipe-2006-recipe__image img {
  width: 100%;
  display: block;
}

.recipe-2006-recipe-list {
  display: grid;
  gap: 16px;
}

.recipe-2006-recipe-box {
  position: relative;
  padding: 23px;
  border-radius: 22px;
  background: #fffaf6;
  border: 1px solid #eadbd0;
}

.recipe-2006-recipe-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: #bd7b53;
}

.recipe-2006-recipe-box__name {
  margin: 0 0 8px;
  color: #6b3f2c;
  font-size: 18px;
  line-height: 1.5;
}

.recipe-2006-recipe-box__point {
  margin: 0 0 8px;
  color: #3f352f;
  font-size: 15px;
  line-height: 1.85;
}

.recipe-2006-recipe-box__memo {
  margin: 0;
  padding: 12px 14px;
  color: #665851;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 15px;
  background: #fff0e5;
}

/* =========================================================
   TASTE / POINT MARK
========================================================= */

.recipe-2006-taste {
  border: 1px solid #ead0be;
  background: linear-gradient(135deg, #fffdf9 0%, #fff1e6 100%);
}

.recipe-2006-taste-mark {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #a96943;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* =========================================================
   DAILY GRID / POINTS
========================================================= */

.recipe-2006-daily-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.recipe-2006-daily-item {
  padding: 22px;
  border-radius: 20px;
  background: #fff7f0;
  border: 1px solid #eadbd0;
}

.recipe-2006-daily-item__title {
  margin: 0 0 9px;
  color: #70432f;
  font-size: 17px;
  line-height: 1.45;
}

.recipe-2006-daily-item__body {
  margin: 0;
  color: #5c514a;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   START / CLOSING
========================================================= */

.recipe-2006-start {
  border: 1px solid #ded2ca;
  background: #fffdf9;
}

.recipe-2006-closing {
  text-align: center;
  border: 1px solid #ead0be;
  background: linear-gradient(135deg, #fff8f1 0%, #fff0e4 100%);
}

.recipe-2006-closing .recipe-2006-section-image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-2006-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 24px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #7b4934;
  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-2006-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* =========================================================
   2006 専用補足
========================================================= */

.recipe-content-2006 .recipe-2006-hero__image:before {
  background: linear-gradient(
    90deg,
    rgba(54, 37, 31, 0.80) 0%,
    rgba(95, 66, 54, 0.54) 46%,
    rgba(95, 66, 54, 0.10) 100%
  );
}

.recipe-content-2006 .recipe-2006-catch {
  background: linear-gradient(135deg, #fff0e2 0%, #fffaf3 52%, #f7e6d8 100%);
}

.recipe-content-2006 .recipe-2006-note {
  background: #fffdf9;
}

.recipe-content-2006 .recipe-2006-recipe-box__memo {
  background: #fff0e5;
}

.recipe-content-2006 .recipe-2006-taste {
  background: linear-gradient(135deg, #fffdf9 0%, #fff1e6 100%);
}

.recipe-content-2006 .recipe-2006-closing {
  border: 1px solid #ead0be;
  background: linear-gradient(135deg, #fffaf5 0%, #fff0e4 100%);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 980px) {
  .recipe-2006-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-2006-recipe {
    grid-template-columns: 1fr;
  }

  .recipe-2006-recipe__image {
    position: static;
  }

  .recipe-2006-daily-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-2006-note-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .recipe-2006-wrap {
    padding: 0 14px 48px;
  }

  .recipe-2006-hero {
    margin-bottom: 34px;
    border-radius: 0 0 22px 22px;
  }

  .recipe-2006-hero__image {
    min-height: 390px;
  }

  .recipe-2006-hero__image:before {
    background: linear-gradient(
      180deg,
      rgba(54, 37, 31, 0.84) 0%,
      rgba(86, 58, 47, 0.68) 56%,
      rgba(86, 58, 47, 0.34) 100%
    );
  }

  .recipe-2006-hero__inner {
    padding: 58px 18px 62px;
  }

  .recipe-2006-hero__label {
    font-size: 12px;
  }

  .recipe-2006-hero__title {
    font-size: 29px;
    line-height: 1.45;
  }

  .recipe-2006-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .recipe-2006-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .recipe-2006-title {
    font-size: 23px;
  }

  .recipe-2006-catch {
    padding: 24px 18px;
  }

  .recipe-2006-catch__main {
    font-size: 21px;
  }

  .recipe-2006-note-list,
  .recipe-2006-feature-grid,
  .recipe-2006-daily-grid {
    grid-template-columns: 1fr;
  }

  .recipe-2006-recipe-box {
    padding: 20px 18px;
  }

  .recipe-2006-recipe-box__name {
    font-size: 17px;
  }
}