@charset "UTF-8";

/* =========================================================
   ゆず漬の素 商品ページ専用CSS
   Scope: #yuzuzuke-page
========================================================= */

@font-face {
  font-family: "HGRSKP";
  src: url("../font/HGRSKP.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#yuzuzuke-page {
  --yz-yellow: #ffe24a;
  --yz-green: #318b35;
  --yz-dark: #2f2a20;
  --yz-brown: #76532d;
  --yz-red: #d64232;
  --yz-line: rgba(117, 83, 45, 0.18);

  color: var(--yz-dark);
  background: linear-gradient(180deg, #fffdf1 0%, #fff7cf 40%, #ffffff 100%);
  font-family: "HGRSKP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  line-height: 1.8;
  overflow: hidden;
}

#yuzuzuke-page *,
#yuzuzuke-page *::before,
#yuzuzuke-page *::after {
  box-sizing: border-box;
}

#yuzuzuke-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#yuzuzuke-page a {
  color: inherit;
  text-decoration: none;
}

#yuzuzuke-page p,
#yuzuzuke-page h1,
#yuzuzuke-page h2,
#yuzuzuke-page h3,
#yuzuzuke-page ul,
#yuzuzuke-page ol,
#yuzuzuke-page dl {
  margin: 0;
  padding: 0;
}

#yuzuzuke-page li {
  list-style: none;
}

#yuzuzuke-page h1,
#yuzuzuke-page h2,
#yuzuzuke-page h3 {
  line-height: 1.35;
  letter-spacing: 0.04em;
}

/* breadcrumb */
#yuzuzuke-page .yz-breadcrumb {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 8px;
  font-family: Meiryo, sans-serif;
  font-size: 13px;
}

#yuzuzuke-page .yz-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

#yuzuzuke-page .yz-breadcrumb li {
  color: #6b604f;
}

#yuzuzuke-page .yz-breadcrumb li + li::before {
  content: ">";
  margin-right: 8px;
  color: #b49a58;
}

#yuzuzuke-page .yz-breadcrumb a {
  border-bottom: 1px solid rgba(107, 96, 79, 0.3);
}

/* hero */
#yuzuzuke-page .yz-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 58px;
  padding: 30px 0 0;
}

#yuzuzuke-page .yz-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: center;
  min-height: 580px;
  padding: 58px;
  border-radius: 34px;
  overflow: hidden;
  background: #fff8c7;
  box-shadow: 0 24px 60px rgba(118, 83, 45, 0.16);
  border: 1px solid rgba(255, 214, 70, 0.75);
}

#yuzuzuke-page .yz-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 247, 154, 0.58) 100%),
    url("../img/hero-package-design.webp");
  background-size: cover;
  background-position: center center;
  opacity: 0.9;
}

#yuzuzuke-page .yz-hero__inner::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(49, 139, 53, 0.28);
  border-radius: 26px;
  pointer-events: none;
  z-index: 1;
}

#yuzuzuke-page .yz-hero__text,
#yuzuzuke-page .yz-hero__image {
  position: relative;
  z-index: 2;
}

#yuzuzuke-page .yz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(49, 139, 53, 0.12);
  color: var(--yz-green);
  font-family: Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

#yuzuzuke-page .yz-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yz-green);
}

#yuzuzuke-page .yz-hero h1 {
  font-size: clamp(44px, 6vw, 84px);
  color: var(--yz-dark);
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.76);
}

#yuzuzuke-page .yz-copy {
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: bold;
  line-height: 1.55;
  color: var(--yz-brown);
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8);
}

#yuzuzuke-page .yz-lead {
  margin-top: 22px;
  max-width: 650px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  font-family: Meiryo, sans-serif;
  font-size: 17px;
  line-height: 2;
}

#yuzuzuke-page .yz-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#yuzuzuke-page .yz-hero__badges span {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 226, 74, 0.92);
  color: var(--yz-green);
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

#yuzuzuke-page .yz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

#yuzuzuke-page .yz-hero__image figure {
  margin: 0;
  text-align: center;
}

#yuzuzuke-page .yz-hero__image img {
  width: min(330px, 100%);
  filter: drop-shadow(0 18px 26px rgba(50, 36, 16, 0.24));
  border-radius: 12px;
}

#yuzuzuke-page .yz-hero__image figcaption {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  font-family: Meiryo, sans-serif;
  font-size: 14px;
  color: var(--yz-brown);
  box-shadow: 0 10px 28px rgba(118, 83, 45, 0.1);
}

/* common */
#yuzuzuke-page .yz-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 64px;
}

#yuzuzuke-page .yz-section__head {
  margin-bottom: 26px;
  text-align: center;
}

#yuzuzuke-page .yz-section__head h2 {
  font-size: clamp(30px, 4vw, 48px);
}

#yuzuzuke-page .yz-section__head p:not(.yz-label) {
  margin-top: 10px;
  font-family: Meiryo, sans-serif;
  color: #675d4d;
  line-height: 1.9;
}

#yuzuzuke-page .yz-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--yz-green);
  font-family: Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#yuzuzuke-page .yz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#yuzuzuke-page .yz-btn:hover {
  transform: translateY(-2px);
}

#yuzuzuke-page .yz-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--yz-green), #66a541);
  box-shadow: 0 12px 24px rgba(49, 139, 53, 0.24);
}

#yuzuzuke-page .yz-btn--ghost {
  color: var(--yz-brown);
  background: #fff;
  border: 1px solid rgba(118, 83, 45, 0.22);
}

/* cards */
#yuzuzuke-page .yz-card-grid {
  display: grid;
  gap: 18px;
}

#yuzuzuke-page .yz-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#yuzuzuke-page .yz-card,
#yuzuzuke-page .yz-feature__panel,
#yuzuzuke-page .yz-feature__note,
#yuzuzuke-page .yz-basic-recipe__box,
#yuzuzuke-page .yz-step,
#yuzuzuke-page .yz-recipe-card,
#yuzuzuke-page .yz-info-box,
#yuzuzuke-page .yz-package__body {
  background: #fff;
  border: 1px solid var(--yz-line);
  box-shadow: 0 16px 36px rgba(118, 83, 45, 0.08);
}

#yuzuzuke-page .yz-card {
  padding: 28px;
  border-radius: 22px;
}

#yuzuzuke-page .yz-card h3 {
  font-size: 24px;
  color: var(--yz-brown);
}

#yuzuzuke-page .yz-card p {
  margin-top: 12px;
  font-family: Meiryo, sans-serif;
  line-height: 1.9;
}

/* feature */
#yuzuzuke-page .yz-feature__body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

#yuzuzuke-page .yz-feature__panel,
#yuzuzuke-page .yz-feature__note {
  padding: 30px;
  border-radius: 24px;
}

#yuzuzuke-page .yz-feature__note {
  background: linear-gradient(160deg, #ffffff 0%, #fff5bd 100%);
}

#yuzuzuke-page .yz-check-list li {
  position: relative;
  padding-left: 34px;
  margin-top: 14px;
  font-family: Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

#yuzuzuke-page .yz-check-list li:first-child {
  margin-top: 0;
}

#yuzuzuke-page .yz-check-list li::before {
  content: "柚";
  position: absolute;
  left: 0;
  top: 0.35em;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--yz-yellow);
  color: var(--yz-green);
  font-family: "HGRSKP", serif;
  font-size: 13px;
  font-weight: bold;
}

#yuzuzuke-page .yz-note-title {
  margin-bottom: 10px;
  font-size: 26px;
  color: var(--yz-green);
}

#yuzuzuke-page .yz-feature__note p:not(.yz-note-title) {
  font-family: Meiryo, sans-serif;
  line-height: 2;
}

/* basic recipe */
#yuzuzuke-page .yz-basic-recipe {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

#yuzuzuke-page .yz-basic-recipe__box {
  padding: 26px;
  border-radius: 22px;
}

#yuzuzuke-page .yz-basic-recipe__box h3 {
  font-size: 25px;
  color: var(--yz-green);
}

#yuzuzuke-page .yz-basic-recipe__box ul {
  margin-top: 12px;
}

#yuzuzuke-page .yz-basic-recipe__box li,
#yuzuzuke-page .yz-package__text li,
#yuzuzuke-page .yz-attention__box li {
  position: relative;
  padding-left: 24px;
  margin-top: 8px;
  font-family: Meiryo, sans-serif;
  line-height: 1.85;
}

#yuzuzuke-page .yz-basic-recipe__box li::before,
#yuzuzuke-page .yz-package__text li::before,
#yuzuzuke-page .yz-attention__box li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--yz-red);
  font-weight: bold;
}

#yuzuzuke-page .yz-small-note {
  margin-top: 12px;
  font-family: Meiryo, sans-serif;
  font-size: 13px;
  color: #75634e;
}

/* steps */
#yuzuzuke-page .yz-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

#yuzuzuke-page .yz-step {
  min-height: 230px;
  padding: 28px 22px;
  border-radius: 22px;
}

#yuzuzuke-page .yz-step__num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--yz-yellow);
  color: var(--yz-green);
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

#yuzuzuke-page .yz-step h3 {
  font-size: 24px;
  color: var(--yz-brown);
}

#yuzuzuke-page .yz-step p {
  margin-top: 12px;
  font-family: Meiryo, sans-serif;
  line-height: 1.9;
}

/* recipes */
#yuzuzuke-page .yz-recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

#yuzuzuke-page .yz-recipe-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border-radius: 24px;
}

#yuzuzuke-page .yz-recipe-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f8f0d6;
}

#yuzuzuke-page .yz-recipe-card__image img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#yuzuzuke-page .yz-recipe-card__image:hover img {
  transform: scale(1.05);
}

#yuzuzuke-page .yz-recipe-card__image span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 226, 74, 0.95);
  color: var(--yz-green);
  font-family: Meiryo, sans-serif;
  font-weight: bold;
}

#yuzuzuke-page .yz-recipe-card__body h3 {
  font-size: 24px;
  color: var(--yz-brown);
}

#yuzuzuke-page .yz-recipe-card__body p,
#yuzuzuke-page .yz-recipe-card__body dl {
  margin-top: 10px;
  font-family: Meiryo, sans-serif;
  line-height: 1.8;
}

#yuzuzuke-page .yz-recipe-card__body dt {
  margin-top: 10px;
  font-weight: bold;
  color: var(--yz-green);
}

#yuzuzuke-page .yz-recipe-card__body dd {
  margin-left: 0;
}

#yuzuzuke-page .yz-text-link {
  display: inline-flex;
  margin-top: 14px;
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  color: var(--yz-green);
  border-bottom: 2px solid var(--yz-yellow);
}

/* package back */
#yuzuzuke-page .yz-package__body {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border-radius: 26px;
}

#yuzuzuke-page .yz-package__image {
  text-align: center;
}

#yuzuzuke-page .yz-package__image img {
  width: min(420px, 100%);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(50, 36, 16, 0.18);
}

#yuzuzuke-page .yz-package__text {
  padding: 10px;
}

#yuzuzuke-page .yz-package__text h3 {
  font-size: 28px;
  color: var(--yz-green);
}

#yuzuzuke-page .yz-package__text ul {
  margin-top: 14px;
}

#yuzuzuke-page .yz-package__text p {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: #fff8d7;
  font-family: Meiryo, sans-serif;
  line-height: 1.9;
  color: #675d4d;
}

/* product info */
#yuzuzuke-page .yz-info-box {
  padding: 28px;
  border-radius: 26px;
}

#yuzuzuke-page .yz-info-list {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-top: 1px solid var(--yz-line);
  font-family: Meiryo, sans-serif;
}

#yuzuzuke-page .yz-info-list dt,
#yuzuzuke-page .yz-info-list dd {
  padding: 16px 18px;
  border-bottom: 1px solid var(--yz-line);
  line-height: 1.8;
}

#yuzuzuke-page .yz-info-list dt {
  font-weight: bold;
  background: #fff7cb;
  color: var(--yz-brown);
}

#yuzuzuke-page .yz-info-list dd {
  margin: 0;
  background: #fff;
}

/* attention */
#yuzuzuke-page .yz-attention__box {
  padding: 26px 30px;
  border-radius: 24px;
  background: #fffaf0;
  border: 1px solid rgba(214, 66, 50, 0.2);
}

/* links */
#yuzuzuke-page .yz-links {
  margin-bottom: 82px;
}

#yuzuzuke-page .yz-link-card {
  padding: 38px;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff8d5, #ffffff);
  border: 1px solid var(--yz-line);
}

#yuzuzuke-page .yz-link-card h2 {
  font-size: clamp(28px, 4vw, 42px);
}

#yuzuzuke-page .yz-link-card__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

/* animation */
#yuzuzuke-page .yz-fade {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

#yuzuzuke-page .yz-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* tablet */
@media screen and (max-width: 1024px) {
  #yuzuzuke-page .yz-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 32px;
  }

  #yuzuzuke-page .yz-hero__image {
    order: -1;
  }

  #yuzuzuke-page .yz-card-grid--three,
  #yuzuzuke-page .yz-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #yuzuzuke-page .yz-feature__body,
  #yuzuzuke-page .yz-recipe-grid,
  #yuzuzuke-page .yz-package__body {
    grid-template-columns: 1fr;
  }
}

/* smartphone */
@media screen and (max-width: 640px) {
  #yuzuzuke-page .yz-breadcrumb,
  #yuzuzuke-page .yz-hero,
  #yuzuzuke-page .yz-section {
    width: min(100% - 22px, 1120px);
  }

  #yuzuzuke-page .yz-hero {
    margin-bottom: 42px;
    padding-top: 18px;
  }

  #yuzuzuke-page .yz-hero__inner {
    padding: 30px 20px;
    border-radius: 24px;
    gap: 24px;
  }

  #yuzuzuke-page .yz-hero__bg {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 249, 202, 0.86) 100%),
      url("../img/hero-package-design.webp");
    background-position: center top;
  }

  #yuzuzuke-page .yz-hero h1 {
    font-size: 44px;
  }

  #yuzuzuke-page .yz-copy {
    font-size: 25px;
  }

  #yuzuzuke-page .yz-lead {
    font-size: 15px;
    padding: 16px;
  }

  #yuzuzuke-page .yz-hero__actions,
  #yuzuzuke-page .yz-link-card__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  #yuzuzuke-page .yz-btn {
    width: 100%;
  }

  #yuzuzuke-page .yz-card-grid--three,
  #yuzuzuke-page .yz-steps,
  #yuzuzuke-page .yz-basic-recipe {
    grid-template-columns: 1fr;
  }

  #yuzuzuke-page .yz-card,
  #yuzuzuke-page .yz-feature__panel,
  #yuzuzuke-page .yz-feature__note,
  #yuzuzuke-page .yz-info-box,
  #yuzuzuke-page .yz-attention__box,
  #yuzuzuke-page .yz-link-card,
  #yuzuzuke-page .yz-package__body {
    padding: 22px;
  }

  #yuzuzuke-page .yz-recipe-card {
    grid-template-columns: 1fr;
  }

  #yuzuzuke-page .yz-recipe-card__image img {
    min-height: 230px;
  }

  #yuzuzuke-page .yz-info-list {
    grid-template-columns: 1fr;
  }

  #yuzuzuke-page .yz-info-list dt {
    border-bottom: none;
    padding-bottom: 6px;
  }

  #yuzuzuke-page .yz-info-list dd {
    padding-top: 6px;
  }
}