@charset "UTF-8";

/* =========================================================
   /jp/recipe/assets/css/content-1110.css
   gcode: 1110
   つけもと こうじ漬の素と黄箱1斗用で作る、たくあんの麹漬

   方針：
   ・1060/1090のhowto_feature型を継承
   ・昔ながらのたくあん漬けを、古いチラシ感ではなく上品に見せる
   ・樽、ぬか、干し大根、重石の手順がスマホでも読みやすい
   ・明朝体ベースで落ち着いた読み味
========================================================= */

.recipe-content-1110 {
  color: #3b3329;
  background: #fffaf0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.95;
  overflow: hidden;
}

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

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

.recipe-1110-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px 60px;
}

/* =========================================================
   HERO
========================================================= */

.recipe-1110-hero {
  position: relative;
  margin: 0 0 44px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #5b4d27;
}

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

.recipe-1110-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(32, 38, 30, 0.76) 0%,
    rgba(58, 67, 49, 0.52) 44%,
    rgba(58, 67, 49, 0.08) 100%
  );
}

.recipe-1110-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 22px 80px;
  color: #fff;
}

.recipe-1110-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-1110-hero__title {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-1110-hero__lead {
  max-width: 690px;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

/* =========================================================
   COMMON
========================================================= */

.recipe-1110-section {
  margin: 0 0 46px;
}

.recipe-1110-card {
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(58, 45, 26, 0.08);
}

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

.recipe-1110-title {
  margin: 0 0 18px;
  color: #302c22;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.recipe-1110-lead {
  margin: 0 0 22px;
  color: #5b5448;
  font-size: 16px;
  line-height: 1.95;
}

.recipe-1110-text {
  color: #3b3329;
}

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

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

/* =========================================================
   CATCH
========================================================= */

.recipe-1110-catch {
  margin: 0 0 38px;
  padding: 28px 22px;
  text-align: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff0b8 0%, #fffaf0 100%);
  border: 1px solid #ead38a;
}

.recipe-1110-catch__main {
  margin: 0 0 8px;
  color: #5a3f16;
  font-size: 25px;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.recipe-1110-catch__sub {
  margin: 0;
  color: #665d4d;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   INTRO
========================================================= */

.recipe-1110-intro {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-1110-intro .recipe-1110-title {
  text-align: center;
}

.recipe-1110-intro .recipe-1110-text {
  font-size: 17px;
}

.recipe-1110-section-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #eee5d2;
}

.recipe-1110-section-image img {
  display: block;
  width: 100%;
}

/* =========================================================
   IMPORTANT NOTE / TOOLS
========================================================= */

.recipe-1110-note {
  position: relative;
  border: 1px solid #ead28a;
  background: #fffef7;
  box-shadow: 0 16px 36px rgba(72, 83, 44, 0.08);
}

.recipe-1110-note:before {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #c99a24;
}

.recipe-1110-note .recipe-1110-title {
  color: #684b16;
}

.recipe-1110-note-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
}

.recipe-1110-note-list li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 34px;
  color: #493f33;
  line-height: 1.75;
  border-radius: 16px;
  background: #fff8df;
  border: 1px solid #e4dfc7;
}

.recipe-1110-note-list li:before {
  content: "●";
  position: absolute;
  left: 15px;
  top: 12px;
  color: #c99a24;
  font-size: 12px;
}

/* =========================================================
   FEATURES
========================================================= */

.recipe-1110-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.recipe-1110-feature {
  padding: 24px 18px;
  border-radius: 22px;
  background: #f8f4e7;
  border: 1px solid #e3dcc1;
}

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

.recipe-1110-feature__title {
  margin: 0 0 10px;
  color: #302c22;
  font-size: 18px;
  line-height: 1.45;
}

.recipe-1110-feature__body {
  margin: 0;
  color: #5b5448;
  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   STEP / HOWTO
========================================================= */

.recipe-1110-recipe {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.recipe-1110-recipe__image {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border-radius: 26px;
  background: #ebe0ca;
}

.recipe-1110-recipe__image img {
  width: 100%;
  display: block;
}

.recipe-1110-recipe-list {
  display: grid;
  gap: 16px;
}

.recipe-1110-recipe-box {
  position: relative;
  padding: 23px;
  border-radius: 22px;
  background: #fffaf0;
  border: 1px solid #e5dcc7;
}

.recipe-1110-recipe-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: #d0a236;
}

.recipe-1110-recipe-box__name {
  margin: 0 0 8px;
  color: #2f3528;
  font-size: 18px;
  line-height: 1.5;
}

.recipe-1110-recipe-box__point {
  margin: 0 0 8px;
  color: #3f372c;
  font-size: 15px;
  line-height: 1.85;
}

.recipe-1110-recipe-box__memo {
  margin: 0;
  padding: 12px 14px;
  color: #665a48;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 15px;
  background: #f3efdF;
}

/* =========================================================
   TASTE / POINT MARK
========================================================= */

.recipe-1110-taste {
  border: 1px solid #ead28a;
  background: linear-gradient(135deg, #fffef7 0%, #f5f1df 100%);
}

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

/* =========================================================
   DAILY GRID / POINTS
========================================================= */

.recipe-1110-daily-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.recipe-1110-daily-item {
  padding: 22px;
  border-radius: 20px;
  background: #fbf7ea;
  border: 1px solid #e5dcc3;
}

.recipe-1110-daily-item__title {
  margin: 0 0 9px;
  color: #624816;
  font-size: 17px;
  line-height: 1.45;
}

.recipe-1110-daily-item__body {
  margin: 0;
  color: #5b5448;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   START / CLOSING
========================================================= */

.recipe-1110-start {
  border: 1px solid #d9d3bd;
  background: #fffdf7;
}

.recipe-1110-closing {
  text-align: center;
  border: 1px solid #ead28a;
  background: linear-gradient(135deg, #f0f4e3 0%, #fffaf0 100%);
}

.recipe-1110-closing .recipe-1110-section-image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-1110-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 24px 0 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #536f37;
  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-1110-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 980px) {
  .recipe-1110-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .recipe-1110-recipe {
    grid-template-columns: 1fr;
  }

  .recipe-1110-recipe__image {
    position: static;
  }

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

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

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

  .recipe-1110-hero__image {
    min-height: 390px;
  }

  .recipe-1110-hero__image:before {
    background: linear-gradient(
      180deg,
      rgba(31, 37, 29, 0.82) 0%,
      rgba(47, 55, 39, 0.66) 56%,
      rgba(47, 55, 39, 0.34) 100%
    );
  }

  .recipe-1110-hero__inner {
    padding: 58px 18px 62px;
  }

  .recipe-1110-hero__label {
    font-size: 12px;
  }

  .recipe-1110-hero__title {
    font-size: 29px;
    line-height: 1.45;
  }

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

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

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

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

  .recipe-1110-catch__main {
    font-size: 21px;
  }

  .recipe-1110-note-list,
  .recipe-1110-feature-grid,
  .recipe-1110-daily-grid {
    grid-template-columns: 1fr;
  }

  .recipe-1110-recipe-box {
    padding: 20px 18px;
  }

  .recipe-1110-recipe-box__name {
    font-size: 17px;
  }
}


/* =========================================================
   1110 専用補足
   ・麹漬らしい黄箱カラーを少し強める
   ・下漬け / 本漬けの2段階が見えやすいよう調整
========================================================= */

.recipe-content-1110 .recipe-1110-hero__image:before {
  background: linear-gradient(
    90deg,
    rgba(58, 42, 17, 0.78) 0%,
    rgba(96, 69, 26, 0.54) 46%,
    rgba(96, 69, 26, 0.10) 100%
  );
}

.recipe-content-1110 .recipe-1110-catch {
  background: linear-gradient(135deg, #fff1b8 0%, #fffaf0 52%, #f7ead0 100%);
}

.recipe-content-1110 .recipe-1110-note {
  background: #fffdf4;
}

.recipe-content-1110 .recipe-1110-feature__num {
  box-shadow: 0 8px 18px rgba(180, 126, 24, 0.22);
}

.recipe-content-1110 .recipe-1110-recipe-box__name {
  color: #5d4215;
}

.recipe-content-1110 .recipe-1110-recipe-box__memo {
  background: #fff4d3;
}

.recipe-content-1110 .recipe-1110-taste {
  background: linear-gradient(135deg, #fffdf4 0%, #fff1bd 100%);
}

.recipe-content-1110 .recipe-1110-closing {
  border: 1px solid #e8cf81;
  background: linear-gradient(135deg, #fffaf0 0%, #fff1bf 100%);
}

@media screen and (max-width: 767px) {
  .recipe-content-1110 .recipe-1110-hero__inner {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .recipe-content-1110 .recipe-1110-hero__title {
    font-size: 30px;
  }
}
