.pr3 {
  --pr3-ink: #333333;
  --pr3-paper: #fffcdb;
  --pr3-white: #ffffff;
  --pr3-sand: #fffef0;
  --pr3-border: #e6dfb8;
  --pr3-muted: #5f5a51;
  --pr3-teal: #247c9d;
  --pr3-teal-soft: #eef9fc;
  --pr3-orange: #fcc800;
  --pr3-secondary: #f4b3c5;
  --pr3-blue: #a0d8ea;
  --pr3-s: #a0d8ea;
  --pr3-m: #abcd03;
  --pr3-l: #f4b3c5;
  --pr3-max: 1040px;
  --pr3-radius: 24px;
  --pr3-shadow: 0 14px 34px rgba(51, 51, 51, .09);
  color: var(--pr3-ink);
  background: var(--pr3-white);
  font-family: "Reddit Mono", "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.pr3 *, .pr3 *::before, .pr3 *::after { box-sizing: border-box; }
.pr3 h1, .pr3 h2, .pr3 h3 { font-family: "Kiwi Maru", "Noto Sans JP", "Yu Gothic", sans-serif; font-weight: 500; }
.pr3 a { color: inherit; }
.pr3 button, .pr3 a { -webkit-tap-highlight-color: transparent; }
.pr3 button:focus-visible, .pr3 a:focus-visible, .pr3 summary:focus-visible { outline: 3px solid var(--pr3-orange); outline-offset: 4px; }
.pr3 [id] { scroll-margin-top: 92px; }

.pr3-hero, .pr3-section { padding-inline: max(24px, calc((100vw - var(--pr3-max)) / 2)); }
.pr3-hero { padding-block: clamp(70px, 9vw, 118px); background: radial-gradient(circle at 88% 18%, rgba(160, 216, 234, .72), transparent 32%), var(--pr3-paper); }
.pr3-hero h1 { max-width: 900px; margin: 0; font-size: clamp(38px, 5.3vw, 68px); line-height: 1.22; letter-spacing: -.035em; }
.pr3-title-line { display: block !important; width: 100%; margin: 0 !important; font-size: inherit; line-height: inherit; }
.pr3-products .pr3-hero h1 {
  display: block !important;
  max-width: 1000px;
  padding: clamp(34px, 4vw, 56px) clamp(30px, 5vw, 64px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(36, 124, 157, .12);
  border-radius: 30px;
  box-shadow: 0 16px 38px rgba(51, 51, 51, .09);
  box-sizing: border-box;
}
.pr3 #pr3-products-title {
  font-family: "Kiwi Maru", "Noto Sans JP", serif;
  font-size: clamp(35px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -.025em;
  text-align: left;
}
.pr3 #pr3-products-title > .pr3-title-line {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  font-stretch: inherit !important;
  font-variation-settings: inherit !important;
  font-feature-settings: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.pr3-faq-page .pr3-hero h1 { max-width: 1040px; font-size: clamp(42px, 4.6vw, 62px); }
@media (min-width: 761px) {
  .pr3-products .pr3-title-line, .pr3-faq-page .pr3-title-line { white-space: nowrap; }
}
@media (min-width: 1025px) {
  .pr3-products .pr3-hero > p:not(.pr3-eyebrow) { max-width: 760px; font-size: 20px; line-height: 1.85; }
}
.pr3-hero > p:not(.pr3-eyebrow) { max-width: 700px; margin: 24px 0 0; color: var(--pr3-muted); font-size: 18px; }
.pr3-eyebrow { margin: 0 0 14px; color: var(--pr3-teal); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.pr3-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 30px; padding: 0 25px; border: 2px solid var(--pr3-ink); border-radius: 999px; font-weight: 800; text-decoration: none; }
.pr3-button--primary { color: #fff !important; background: var(--pr3-ink); }
.pr3-button--secondary { margin-top: 0; background: var(--pr3-paper); }
.pr3-button:hover { color: #fff !important; background: var(--pr3-teal); border-color: var(--pr3-teal); }

.pr3-section { padding-block: clamp(68px, 8vw, 100px); }
.pr3-section--sand { background: var(--pr3-sand); }
.pr3-section--ink { color: #fff; background: var(--pr3-ink); }
.pr3-section--ink .pr3-eyebrow { color: #8bd3d8; }
.pr3-section--ink .pr3-heading > p:last-child { color: rgba(255, 255, 255, .74); }
.pr3-heading { max-width: 760px; margin-bottom: 40px; }
.pr3-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.3; text-align: left; }
.pr3-heading > p:last-child { margin: 16px 0 0; color: var(--pr3-muted); }

.pr3-selector { max-width: 900px; padding: clamp(24px, 4vw, 44px); background: var(--pr3-white); border: 1px solid var(--pr3-border); border-radius: var(--pr3-radius); box-shadow: var(--pr3-shadow); }
.pr3-selector fieldset { margin: 0; padding: 0; border: 0; }
.pr3-selector fieldset + fieldset { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--pr3-border); }
.pr3-selector legend { margin-bottom: 16px; font-size: 21px; font-weight: 800; }
.pr3-selector legend span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-right: 8px; color: #fff; background: var(--pr3-teal); border-radius: 50%; font-size: 15px; }
.pr3-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 12px; }
.pr3-choice-grid--three { grid-template-columns: repeat(3, minmax(0, 220px)); }
.pr3-choice-grid button { min-height: 58px; padding: 9px 18px; color: var(--pr3-ink); background: var(--pr3-paper); border: 2px solid var(--pr3-ink); border-radius: 12px; font: inherit; font-weight: 800; cursor: pointer; }
.pr3-choice-grid button:hover, .pr3-choice-grid button[aria-pressed="true"] { color: #fff; background: var(--pr3-teal); border-color: var(--pr3-teal); }
.pr3-result { margin-top: 28px; padding: 20px; background: var(--pr3-teal-soft); border-left: 5px solid var(--pr3-teal); border-radius: 12px; }
.pr3-result p { margin: 0; }
.pr3-result strong { font-size: 24px; }
.pr3-result a { display: inline-flex; margin-top: 12px; padding: 8px 16px; color: #fff; background: var(--pr3-teal); border-radius: 999px; font-weight: 800; text-decoration: none; }
.pr3-result[data-pr3-result-size="S"] { background: #eef9fc; border-left-color: var(--pr3-s); }
.pr3-result[data-pr3-result-size="M"] { background: #f5f9df; border-left-color: var(--pr3-m); }
.pr3-result[data-pr3-result-size="L"] { background: #fff0f4; border-left-color: var(--pr3-l); }
.pr3-result[data-pr3-result-size="S"] strong { color: #247c9d; }
.pr3-result[data-pr3-result-size="M"] strong { color: #536b00; }
.pr3-result[data-pr3-result-size="L"] strong { color: #9c4963; }
.pr3-result[data-pr3-result-size="S"] a { background: #247c9d; }
.pr3-result[data-pr3-result-size="M"] a { background: #536b00; }
.pr3-result[data-pr3-result-size="L"] a { background: #9c4963; }
.pr3-result__layout { display: grid; grid-template-columns: minmax(92px, 150px) 1fr; align-items: center; gap: 22px; }
.pr3-result__image { display: block; width: 100%; max-height: 190px; object-fit: contain; }
.pr3-reset { margin-top: 16px; padding: 7px 14px; color: var(--pr3-muted); background: transparent; border: 1px solid var(--pr3-border); border-radius: 999px; font: inherit; cursor: pointer; }

.pr3-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pr3-size-card { position: relative; overflow: hidden; padding: 30px; background: var(--pr3-white); border: 1px solid var(--pr3-border); border-radius: var(--pr3-radius); }
.pr3-size-card::after { content: ""; position: absolute; top: -48px; right: -48px; width: 160px; height: 160px; border-radius: 50%; opacity: .22; }
.pr3-size-card--s::after { background: var(--pr3-s); }
.pr3-size-card--m::after { background: var(--pr3-m); }
.pr3-size-card--l::after { background: var(--pr3-l); }
.pr3-size-card__name { margin: 0; color: var(--pr3-muted); font-size: 12px; font-weight: 800; }
.pr3-size-card > strong { display: block; font-size: 60px; line-height: 1.15; }
.pr3-size-card--s > strong { color: #176b8a; }
.pr3-size-card--m > strong { color: #4f6500; }
.pr3-size-card--l > strong { color: #963d5a; }
.pr3-size-card__image { display: block; width: min(100%, 230px); height: 260px; margin: 10px auto 18px; object-fit: contain; }
.pr3-size-card h3 { min-height: 58px; margin: 18px 0 8px; font-size: 21px; line-height: 1.4; }
.pr3-size-card > p { color: var(--pr3-muted); }
.pr3-size-card a { display: inline-flex; min-height: 46px; align-items: center; margin-top: 10px; padding: 0 18px; border: 1px solid currentColor; border-radius: 999px; font-weight: 800; text-decoration: none; }

.pr3-faq { max-width: 900px; border-top: 1px solid var(--pr3-border); }
.pr3-faq details { border-bottom: 1px solid var(--pr3-border); }
.pr3-faq summary { padding: 20px 4px; font-size: 18px; font-weight: 800; cursor: pointer; }
.pr3-faq details p { margin: 0; padding: 0 4px 22px; color: var(--pr3-muted); }
.pr3-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.pr3-text-link { color: var(--pr3-teal) !important; font-weight: 800; text-underline-offset: 5px; }

.pr3-routine { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.pr3-routine li { min-height: 116px; padding: 18px; background: #fff; border: 1px solid var(--pr3-border); border-radius: 14px; }
.pr3-routine span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--pr3-teal); border-radius: 50%; font-size: 13px; font-weight: 800; }
.pr3-routine strong { display: block; margin-top: 12px; }
.pr3-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.pr3-step-grid li { display: flex; gap: 16px; padding: 24px; background: #fff; border: 1px solid var(--pr3-border); border-radius: 16px; }
.pr3-step-grid li > span { display: grid; place-items: center; flex: 0 0 44px; height: 44px; color: #fff; background: var(--pr3-teal); border-radius: 50%; font-weight: 800; }
.pr3-step-grid h3 { margin: 0; font-size: 20px; }
.pr3-step-grid p { margin: 6px 0 0; color: var(--pr3-muted); }
.pr3-notice { max-width: 900px; margin-top: 24px; padding: 20px 24px; background: #eef8f8; border-left: 4px solid var(--pr3-teal); border-radius: 12px; }
.pr3-notice p { margin: 3px 0 0; }
.pr3-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pr3-media-grid article { padding: 20px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; }
.pr3-media-grid h3 { margin: 0 0 14px; font-size: 22px; }
.pr3-media-grid video { display: block; width: 100%; max-height: 620px; background: #000; border-radius: 12px; object-fit: contain; }
.pr3-faq-group + .pr3-faq-group { margin-top: 56px; }
.pr3-faq-group > h3 { margin: 0 0 14px; color: var(--pr3-teal); font-size: 20px; }
.pr3-fact-list { max-width: 900px; margin: 0; background: #fff; border: 1px solid var(--pr3-border); border-radius: 18px; overflow: hidden; }
.pr3-fact-list div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 20px 24px; }
.pr3-fact-list div + div { border-top: 1px solid var(--pr3-border); }
.pr3-fact-list dt { font-weight: 800; }
.pr3-fact-list dd { margin: 0; color: var(--pr3-muted); }
.pr3-quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pr3-quality-grid article { padding: 26px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; }
.pr3-section:not(.pr3-section--ink) .pr3-quality-grid article { background: #fff; border-color: var(--pr3-border); }
.pr3-quality-grid span { color: #8bd3d8; font-weight: 800; }
.pr3-section:not(.pr3-section--ink) .pr3-quality-grid span { color: var(--pr3-teal); }
.pr3-quality-grid h3 { margin: 18px 0 8px; font-size: 21px; }
.pr3-quality-grid p { margin: 0; color: rgba(255, 255, 255, .74); }
.pr3-section:not(.pr3-section--ink) .pr3-quality-grid p { color: var(--pr3-muted); }
.pr3-company-statement { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.pr3-company-statement h2, .pr3-company-name h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.3; }
.pr3-company-statement > p { margin: 0; color: var(--pr3-muted); font-size: 18px; }
.pr3-company-name { max-width: 820px; }
.pr3-company-name > p:last-child { color: rgba(255, 255, 255, .74); }
.pr3-info-list { max-width: 780px; margin: 0; padding: 0; list-style: none; counter-reset: pr3-info; }
.pr3-info-list li { position: relative; padding: 18px 20px 18px 64px; background: #fff; border: 1px solid var(--pr3-border); border-radius: 12px; counter-increment: pr3-info; }
.pr3-info-list li + li { margin-top: 10px; }
.pr3-info-list li::before { content: counter(pr3-info); position: absolute; left: 18px; top: 15px; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--pr3-teal); border-radius: 50%; font-size: 12px; font-weight: 800; }
.pr3-small { max-width: 900px; margin: 18px 0 0; color: var(--pr3-muted); font-size: 14px; }
.pr3-policy { max-width: 900px; }
.pr3-policy h3 { margin: 32px 0 8px; font-size: 20px; }
.pr3-policy p { margin: 0; color: var(--pr3-muted); }
.pr3-section--contact-final { background: radial-gradient(circle at 88% 18%, rgba(160, 216, 234, .55), transparent 36%), var(--pr3-paper); }
.pr3-contact-confirm { max-width: 920px; padding: clamp(28px, 4.5vw, 52px); background: rgba(255, 255, 255, .92); border: 1px solid var(--pr3-border); border-radius: 28px; box-shadow: var(--pr3-shadow); }
.pr3-contact-confirm .pr3-heading { margin-bottom: 0; }
.pr3-contact-confirm .pr3-button--primary { color: #fff !important; background: var(--pr3-teal); border-color: var(--pr3-teal); }
.pr3-contact-confirm .pr3-button--primary:hover { color: #fff !important; background: var(--pr3-teal); border-color: var(--pr3-teal); }
.pr3-check-card { max-width: 1000px; padding: clamp(24px, 4vw, 44px); background: #fff; border: 1px solid var(--pr3-border); border-radius: 20px; box-shadow: 0 10px 32px rgba(35, 24, 21, .07); }
.pr3-check-card__intro h3 { margin: 0; font-size: 22px; }
.pr3-check-card__intro p { margin: 7px 0 0; color: var(--pr3-muted); }
.pr3-small { font-size: 13px; }
.pr3-day-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.pr3-day-grid li { min-height: 88px; padding: 12px 8px; text-align: center; background: var(--pr3-paper); border: 1px solid var(--pr3-border); border-radius: 12px; }
.pr3-day-grid label { display: grid; justify-items: center; gap: 8px; cursor: pointer; }
.pr3-day-grid input { width: 22px; height: 22px; accent-color: var(--pr3-teal); }
.pr3-day-grid span { font-size: 13px; font-weight: 800; }
.pr3-day-grid small { display: block; margin-top: 5px; color: var(--pr3-teal); font-size: 10px; font-weight: 800; }
.pr3-day-grid__restock { border-color: var(--pr3-teal) !important; box-shadow: inset 0 0 0 1px var(--pr3-teal); }
.pr3-check-card__next { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 26px; padding: 22px; background: #eef8f8; border-left: 4px solid var(--pr3-teal); border-radius: 12px; }
.pr3-check-card__next strong { font-size: 19px; }
.pr3-check-card__next p { margin: 4px 0 0; color: var(--pr3-muted); }
.pr3-check-card__next .pr3-button { flex: 0 0 auto; }
.pr3-print { display: inline-flex; align-items: center; justify-content: center; margin-top: 18px; padding: 10px 18px; color: var(--pr3-muted); background: var(--pr3-white); border: 1px solid var(--pr3-border); border-radius: 999px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.pr3-print:hover, .pr3-print:focus-visible { color: var(--pr3-ink); border-color: var(--pr3-teal); }
.pr3-pdf-help { margin: 8px 0 0; }
.pr3-mouth-check { margin-top: 30px; padding: clamp(22px, 3vw, 34px); background: var(--pr3-sand); border: 1px solid var(--pr3-border); border-radius: 20px; }
.pr3-mouth-check__heading h3 { margin: 0; font-size: 24px; }
.pr3-mouth-check__heading p { max-width: 760px; margin: 8px 0 0; color: var(--pr3-muted); }
.pr3-mouth-check__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.pr3-mouth-check__grid article { padding: 18px; background: var(--pr3-white); border: 1px solid rgba(36, 124, 157, .15); border-radius: 16px; }
.pr3-mouth-check__grid h4 { margin: 0 0 12px; color: var(--pr3-teal); font-size: 18px; }
.pr3-mouth-check__grid label { display: grid; grid-template-columns: minmax(90px, .85fr) minmax(0, 1.15fr); align-items: center; gap: 8px; margin-top: 9px; font-size: 13px; font-weight: 700; }
.pr3-mouth-check__grid select, .pr3-mouth-check__grid textarea { width: 100%; min-height: 38px; padding: 7px 9px; color: var(--pr3-ink); background: #fff; border: 1px solid var(--pr3-border); border-radius: 9px; font: inherit; font-size: 13px; }
.pr3-mouth-check__grid textarea { resize: vertical; }
.pr3-reorder-actions { display: grid; grid-template-columns: repeat(3, minmax(92px, 1fr)); gap: 8px; flex: 0 0 min(390px, 45%); }
.pr3-reorder-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; color: var(--pr3-ink); border: 2px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; }
.pr3-reorder-link--s { background: #dff4fb; border-color: var(--pr3-s); }
.pr3-reorder-link--m { background: #f0f8cf; border-color: var(--pr3-m); }
.pr3-reorder-link--l { background: #fde9ef; border-color: var(--pr3-l); }
.pr3-reorder-link:hover { color: var(--pr3-ink) !important; filter: brightness(.97); }
.pr3-reorder-actions .pr3-text-link { grid-column: 1 / -1; justify-self: end; margin-top: 4px; }
.pr3-print-sheet { display: none; }

@media (max-width: 760px) {
  .pr3 { font-size: 15px; }
  .pr3-hero, .pr3-section { padding-inline: 20px; }
  .pr3-hero h1 br { display: none; }
  .pr3-title-line { white-space: normal; }
  .pr3-products .pr3-hero h1 { display: block; padding: 28px 22px; border-radius: 24px; }
  .pr3-faq-page .pr3-hero h1 { font-size: clamp(27px, 8vw, 34px); line-height: 1.28; }
  .pr3-choice-grid, .pr3-choice-grid--three, .pr3-size-grid, .pr3-step-grid, .pr3-media-grid, .pr3-quality-grid, .pr3-company-statement { grid-template-columns: 1fr; }
  .pr3-fact-list div { grid-template-columns: 1fr; gap: 4px; }
  .pr3-routine { grid-template-columns: repeat(2, 1fr); }
  .pr3-day-grid { grid-template-columns: repeat(4, 1fr); }
  .pr3-check-card__next { align-items: flex-start; flex-direction: column; }
  .pr3-mouth-check__grid { grid-template-columns: 1fr; }
  .pr3-reorder-actions { width: 100%; flex-basis: auto; }
  .pr3-reorder-actions .pr3-text-link { justify-self: start; }
  .pr3-size-card h3 { min-height: 0; }
  .pr3-result__layout { grid-template-columns: 96px 1fr; gap: 15px; }
}

@media (max-width: 360px) {
  .pr3-hero, .pr3-section { padding-inline: 16px; }
  .pr3-selector { padding: 20px 16px; }
  .pr3-button { width: 100%; }
  .pr3-routine { grid-template-columns: 1fr; }
  .pr3-day-grid { grid-template-columns: repeat(2, 1fr); }
  .pr3-result__layout { grid-template-columns: 1fr; }
  .pr3-result__image { width: min(70%, 190px); margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .pr3 * { scroll-behavior: auto !important; }
}

@media print {
  @page { size: A4 portrait; margin: 11mm; }
  body.page-template-page-how-to-use { min-width: 0 !important; width: auto !important; margin: 0 !important; padding: 0 !important; background: #fff !important; }
  body.page-template-page-how-to-use #page, body.page-template-page-how-to-use #content, body.page-template-page-how-to-use .site-content { min-width: 0 !important; width: auto !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
  body.page-template-page-how-to-use #primary, body.page-template-page-how-to-use main.site-main { float: none !important; min-width: 0 !important; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
  body.page-template-page-how-to-use .site-header, body.page-template-page-how-to-use .site-footer, body.page-template-page-how-to-use #masthead, body.page-template-page-how-to-use #colophon, body.page-template-page-how-to-use #secondary { display: none !important; }
  .pr3-how-to > :not(#pr3-14day), .pr3-how-to #pr3-14day > :not(.pr3-print-sheet) { display: none !important; }
  .pr3-how-to #pr3-14day { display: block !important; padding: 0; background: #fff; }
  .pr3-how-to .pr3-print-sheet { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden; color: #222; font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", sans-serif; font-size: 9.5pt; line-height: 1.45; box-sizing: border-box !important; }
  .pr3-print-sheet, .pr3-print-sheet * { box-sizing: border-box !important; }
  .pr3-print-sheet header { padding-bottom: 8mm; border-bottom: 2px solid #247c9d; }
  .pr3-print-sheet header p { margin: 0; color: #247c9d; font-size: 9pt; font-weight: 800; letter-spacing: .14em; }
  .pr3-print-sheet header h2 { margin: 3mm 0; font-size: 21pt; }
  .pr3-print-sheet header div { display: flex; justify-content: space-between; gap: 6mm; }
  .pr3-print-sheet > h3 { margin: 7mm 0 3mm; font-size: 14pt; }
  .pr3-print-sheet > ol { display: grid !important; grid-template-columns: repeat(7, minmax(0, 1fr)) !important; gap: 2mm; width: 100% !important; max-width: 100% !important; margin: 3mm 0 0; padding: 0; list-style: none; }
  .pr3-print-sheet > ol li { min-width: 0 !important; width: auto !important; min-height: 18mm; padding: 2.5mm 1mm; overflow: hidden; text-align: center; border: 1px solid #c9c3a6; border-radius: 3mm; }
  .pr3-print-sheet > ol span { display: block; font-size: 15pt; line-height: 1; }
  .pr3-print-sheet > ol small { display: block; margin-top: 1mm; color: #247c9d; font-size: 6.5pt; }
  .pr3-print-sheet > p { margin: 0 0 3mm; color: #444; }
  .pr3-print-sheet table { width: 100%; border-collapse: collapse; table-layout: fixed; }
  .pr3-print-sheet th, .pr3-print-sheet td { height: 24mm; padding: 2.5mm; vertical-align: top; border: 1px solid #777; font-size: 8pt; }
  .pr3-print-sheet thead th { height: auto; color: #fff; background: #247c9d; }
  .pr3-print-sheet th:first-child { width: 12mm; }
  .pr3-print-sheet th:last-child { width: 32mm; }
  .pr3-print-sheet footer { display: block !important; margin-top: 5mm; padding-top: 3mm; color: #555; border-top: 1px solid #bbb; font-size: 7.5pt; }
}

/* Ingredient information is framed as general quality assurance. A specific
 * concern stays secondary and expandable instead of reading as a hero claim.
 * Supplier and manufacturing details remain private.
 */
.pr3-ingredient-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin-bottom: 18px;
}
.pr3-ingredient-overview article {
  padding: 26px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(36, 124, 157, .14);
  border-radius: 22px;
}
.pr3-ingredient-overview span { color: var(--pr3-teal); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.pr3-ingredient-overview h3 { margin: 10px 0 0; font-size: 22px; }
.pr3-ingredient-overview p { margin: 10px 0 0; color: var(--pr3-muted); }
.pr3-ingredient-note {
  max-width: 900px;
  padding: 0 clamp(24px, 4vw, 38px);
  background: var(--pr3-white);
  border: 1px solid rgba(36, 124, 157, .18);
  border-radius: var(--pr3-radius);
  box-shadow: 0 12px 28px rgba(51, 51, 51, .07);
}
.pr3-ingredient-note summary {
  padding: 22px 42px 22px 0;
  color: var(--pr3-ink);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.pr3-ingredient-note p { max-width: 760px; margin: 0; padding: 0 0 18px; color: var(--pr3-muted); }
.pr3-ingredient-note .pr3-text-link { display: inline-flex; margin: 0 0 24px; }
.pr3-ingredient-list { max-width: 1000px; margin: 38px 0 20px; }
.pr3-ingredient-list > h3 { margin: 0; font-size: clamp(26px, 3vw, 36px); }
.pr3-ingredient-list > p { max-width: 760px; margin: 10px 0 0; color: var(--pr3-muted); }
.pr3-ingredient-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.pr3-ingredient-grid article { padding: 22px; background: rgba(255, 255, 255, .82); border: 1px solid rgba(36, 124, 157, .14); border-radius: 18px; }
.pr3-ingredient-grid article:last-child { grid-column: 1 / -1; }
.pr3-ingredient-grid span { color: var(--pr3-teal); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.pr3-ingredient-grid h4 { margin: 8px 0 0; font-family: "Kiwi Maru", "Noto Sans JP", "Yu Gothic", sans-serif; font-size: 20px; font-weight: 500; }
.pr3-ingredient-grid p { margin: 8px 0 0; color: var(--pr3-muted); }

@media (max-width: 760px) {
  .pr3-ingredient-overview { grid-template-columns: 1fr; }
  .pr3-ingredient-overview article { padding: 22px; }
  .pr3-ingredient-grid { grid-template-columns: 1fr; }
  .pr3-ingredient-grid article:last-child { grid-column: auto; }
  .pr3-ingredient-note { padding-inline: 22px; }
}

/* common.css enters its fixed 1140px desktop layout at 768px. The R3 pages
 * are fluid at this width, so release only the legacy outer-shell minimums
 * while retaining the current header/footer styling and structure.
 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :is(.page-id-13, .page-id-125, .page-id-127, .page-id-129, .page-id-131) {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
  :is(.page-id-13, .page-id-125, .page-id-127, .page-id-129, .page-id-131) header {
    width: 100% !important;
    min-width: 0 !important;
  }
  :is(.page-id-13, .page-id-125, .page-id-127, .page-id-129, .page-id-131) .inner {
    width: calc(100% - 48px) !important;
    max-width: 1040px;
  }
}
