/*
Theme Name: toyosu-kincho
Theme URI: https://toyosu-kincho.com/
Author: Studio A.Align
Description: 豊洲・近長公式WEBサイト
Version: 1.0
Text Domain: toyosu-kincho
*/

:root {
  --navy: #1E3259;
  --navy-dark: #111F3B;
  --navy-2: #4D5A73;
  --navy-3: #8691A6;
  --red: #D90B1C;
  --red-dark: #AD0715;
  --red-soft: #F28A80;
  --paper: #F7F8FA;
  --paper-2: #F2F2F2;
  --white: #FFFFFF;
  --line: #D9DCE3;
  --charcoal: #0D0202;
  --muted: #5F6773;
  --radius: 12px;
  --shadow: 0 12px 36px rgba(30, 50, 89, .10);
  --shadowSoft: 0 6px 20px rgba(30, 50, 89, .06);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --container: 1180px;
  --header-height: 86px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
}

body.kn-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kn-container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.kn-main {
  overflow: hidden;
}

.kn-section {
  padding: 112px 0;
}

.kn-section--navy {
  color: var(--white);
  background: var(--navy-dark);
}

.kn-eyebrow,
.kn-kicker {
  margin-bottom: 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .22em;
}

.kn-section--navy .kn-eyebrow,
.kn-cta .kn-eyebrow {
  color: var(--red-soft);
}

.kn-sectionTitle {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .07em;
}

.kn-section--navy .kn-sectionTitle,
.kn-cta .kn-sectionTitle {
  color: var(--white);
}

.kn-sectionHead {
  margin-bottom: 64px;
}

.kn-sectionHead--split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, .72fr);
  gap: 90px;
  align-items: end;
}

.kn-sectionHead--light .kn-sectionLead {
  color: rgba(255, 255, 255, .74);
}

.kn-sectionLead {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.kn-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .07em;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}

.kn-btn:hover {
  transform: translateY(-2px);
}

.kn-btn--red {
  color: var(--white);
  background: var(--red);
}

.kn-btn--red:hover {
  background: var(--red-dark);
}

.kn-btn--navy {
  color: var(--white);
  background: var(--navy);
}

.kn-btn--navy:hover {
  background: var(--navy-dark);
}

.kn-btn--light {
  color: var(--navy);
  background: rgba(255, 255, 255, .92);
  border-color: rgba(255, 255, 255, .3);
}

.kn-btn--outline {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
}

.kn-btn--wide {
  width: 100%;
}

.kn-textLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-weight: 700;
}

.kn-textLink--light {
  color: var(--white);
}

.kn-imageFrame {
  overflow: hidden;
  background: var(--paper-2);
}

.kn-imageFrame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* header */
.kn-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  transition: background-color .3s ease, box-shadow .3s ease;
}

.kn-header.is-scrolled,
body:not(.home) .kn-header {
  background: rgba(17, 31, 59, .97);
  box-shadow: 0 5px 22px rgba(0, 0, 0, .13);
}

.kn-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 30px;
}

.kn-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.kn-brand__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  color: var(--white);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.kn-brand__text {
  display: flex;
  flex-direction: column;
}

.kn-brand__sub {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .12em;
}

.kn-brand__name {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .28em;
}

.kn-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

.kn-header__nav a {
  position: relative;
}

.kn-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--red-soft);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.kn-header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.kn-header__cta {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 12px;
}

.kn-menuBtn {
  display: none;
}

/* hero */
.kn-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  align-items: end;
  color: var(--white);
  background: var(--navy-dark);
}

.kn-hero__media,
.kn-hero__shade {
  position: absolute;
  inset: 0;
}

.kn-hero__media {
  overflow: hidden;
}

.kn-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  filter: contrast(1.04);
  transform: translateX(3%) scale(1.06);
  transform-origin: center;
}

.kn-hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 19, 38, .96) 0%, rgba(8, 19, 38, .78) 40%, rgba(8, 19, 38, .20) 72%, rgba(8, 19, 38, .12) 100%),
    linear-gradient(0deg, rgba(8, 19, 38, .58) 0%, transparent 42%);
}

.kn-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding-top: 165px;
  padding-bottom: 82px;
}

.kn-hero__content {
  max-width: 950px;
}

.kn-hero .kn-kicker {
  color: var(--red-soft);
}

.kn-hero__title {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(48px, 6.6vw, 92px);
  font-weight: 500;
  line-height:1.22;
  letter-spacing: .03em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .25);
}

.kn-hero__lead {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 2;
  max-width: 42em;
}

.kn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kn-hero__location {
  margin-bottom: 3px;
  padding-left: 18px;
  border-left: 1px solid var(--red-soft);
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.9;
  writing-mode: vertical-rl;
}

.kn-localNav {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.kn-localNav__inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.kn-localNav a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

/* about */
.kn-about {
  background:
    linear-gradient(rgba(30, 50, 89, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 50, 89, .025) 1px, transparent 1px),
    var(--paper);
  background-size: 40px 40px;
}

.kn-aboutGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: 85px;
  align-items: center;
}

.kn-aboutGrid__main {
  height: 580px;
}

.kn-aboutGrid__main img {
  object-position: center;
}

.kn-aboutGrid__text {
  position: relative;
}

.kn-aboutGrid__text h3 {
  margin-bottom: 26px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.6;
}

.kn-verticalLabel {
  position: absolute;
  top: 0;
  right: -46px;
  margin: 0;
  color: rgba(30, 50, 89, .16);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .35em;
  writing-mode: vertical-rl;
}

.kn-facts {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.kn-facts > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.kn-facts dt {
  color: var(--navy-2);
  font-size: 12px;
  font-weight: 700;
}

.kn-facts dd {
  margin: 0;
  font-size: 14px;
}

/* =========================
   ABOUT KINCHO フェード写真
========================= */

/* =========================
   ABOUT KINCHO フェード写真
========================= */

.kn-aboutFade {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d8d8d8;
}

.kn-aboutFade__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.kn-aboutFade__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.kn-aboutFade__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kn-aboutFade__caption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 7px 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: rgba(7, 24, 49, 0.72);
}

@media (prefers-reduced-motion: reduce) {
  .kn-aboutFade__slide {
    transition: none;
  }
}

@media (max-width: 767px) {
  .kn-aboutFade__caption {
    right: 12px;
    bottom: 12px;
    padding: 6px 9px;
    font-size: 11px;
  }
}

/* ume */
.kn-ume {
  position: relative;
}

.kn-ume::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  content: "";
  transform: translate(28%, -38%);
}

.kn-productHero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  overflow: hidden;
  margin-bottom: 72px;
  background: var(--white);
  color: var(--charcoal);
}

.kn-productHero__photo {
  min-height: 610px;
  margin: 0;
}

.kn-productHero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kn-productHero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
}

.kn-productHero__label {
  margin-bottom: 13px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.kn-productHero__body h3 {
  margin-bottom: 24px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.55;
}

.kn-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.kn-price__amount {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 700;
}

.kn-price__note {
  color: var(--muted);
  font-size: 12px;
}

.kn-productMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.kn-productMeta li {
  padding: 5px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.kn-small {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.kn-ingredients {
  display: grid;
  grid-template-columns: .32fr 1fr;
  gap: 42px;
  align-items: start;
}

.kn-ingredients__head {
  position: sticky;
  top: 130px;
}

.kn-ingredients__head h3 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

.kn-ingredients__head p:last-child {
  color: rgba(255, 255, 255, .68);
}

.kn-ingredients__visual {
  overflow: hidden;
  margin: 0;
  background: #F8F4EB;
}

.kn-ingredients__visual img {
  width: 100%;
}

/* order */
.kn-order {
  background: var(--white);
}

.kn-orderGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.kn-orderCard {
  min-height: 300px;
  padding: 36px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kn-orderCard__num {
  margin-bottom: 48px;
  color: var(--red);
  font-family: var(--serif);
  font-size: 17px;
}

.kn-orderCard h3 {
  margin-bottom: 16px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.kn-orderCard p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.kn-consultBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 40px;
  padding: 42px 48px;
  color: var(--white);
  background: var(--navy);
}

.kn-consultBox__label {
  margin-bottom: 7px;
  color: var(--red-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.kn-consultBox h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.kn-consultBox p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

/* culture */
.kn-culture {
  background: var(--paper-2);
}

.kn-cultureGrid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-areas:
    "texture body"
    "lecture lectureText";
  gap: 70px 85px;
  align-items: center;
}

.kn-cultureGrid__texture {
  grid-area: texture;
  height: 680px;
}

.kn-cultureGrid__body {
  grid-area: body;
}

.kn-cultureGrid__lecture {
  grid-area: lecture;
  height: 430px;
}

.kn-cultureGrid__lectureText {
  grid-area: lectureText;
}

.kn-cultureGrid__body > p:not(.kn-eyebrow),
.kn-cultureGrid__lectureText > p:not(.kn-eyebrow) {
  color: var(--muted);
}

.kn-cultureGrid blockquote {
  margin: 38px 0 0;
  padding: 22px 0 22px 28px;
  border-left: 2px solid var(--red);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.8;
}

.kn-cultureGrid__lectureText h3 {
  margin-bottom: 20px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

/* market */
.kn-market {
  background: var(--paper);
}

.kn-marketPanel {
  display: grid;
  grid-template-columns: .62fr 1fr;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.kn-marketPanel__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}

.kn-marketPanel__body p:not(.kn-eyebrow) {
  color: rgba(255, 255, 255, .74);
}

.kn-marketPanel__body .kn-sectionTitle {
  margin-bottom: 24px;
  color: var(--white);
}

.kn-marketPanel__body .kn-textLink {
  align-self: flex-start;
  color: var(--white);
}

.kn-marketPanel__image {
  margin: 0;
}

.kn-marketPanel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* access */
.kn-access {
  background: var(--white);
}

.kn-accessGrid {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 42px;
}

.kn-accessCard {
  border-top: 2px solid var(--navy);
}

.kn-accessCard dl {
  margin: 0;
}

.kn-accessCard dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.kn-accessCard dt {
  color: var(--navy-2);
  font-size: 13px;
  font-weight: 700;
}

.kn-accessCard dd {
  margin: 0;
}

.kn-accessNote {
  align-self: start;
  padding: 40px;
  background: var(--paper-2);
}

.kn-accessNote__title {
  margin-bottom: 13px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
}

.kn-accessNote p:not(.kn-accessNote__title) {
  color: var(--muted);
  font-size: 14px;
}

.kn-accessNote .kn-btn {
  margin-top: 12px;
}

/* CTA */
.kn-cta {
  padding: 82px 0;
  color: var(--white);
  background: var(--navy-dark);
}

.kn-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.kn-cta h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(29px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1.55;
}

.kn-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* footer */
.kn-footer {
  padding: 72px 0 28px;
  color: rgba(255, 255, 255, .72);
  background: #091327;
  font-size: 13px;
}

.kn-footer__top {
  display: grid;
  grid-template-columns: 1.05fr .95fr .52fr;
  gap: 70px;
  padding-bottom: 50px;
}

.kn-brand--footer .kn-brand__mark {
  border-color: rgba(255, 255, 255, .4);
}

.kn-footer__brand > p {
  max-width: 380px;
  margin: 24px 0 0;
}

.kn-footer__info p {
  margin-bottom: 4px;
}

.kn-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kn-footer__nav a:hover,
.kn-footer__legal a:hover {
  color: var(--white);
}

.kn-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 11px;
}

.kn-footer__bottom p {
  margin-bottom: 0;
}

.kn-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

/* Reveal */
.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* WordPress basic */
.alignwide {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.alignfull {
  width: 100%;
}

.wp-block-image img {
  height: auto;
}

/* responsive */
@media (max-width: 1080px) {
  :root {
    --header-height: 76px;
  }

  .kn-header__nav {
    gap: 15px;
    font-size: 11px;
  }

  .kn-header__cta {
    display: none;
  }

  .kn-hero,
  .kn-hero__inner {
    min-height: 690px;
  }

  .kn-sectionHead--split,
  .kn-aboutGrid,
  .kn-productHero,
  .kn-cultureGrid,
  .kn-marketPanel {
    gap: 50px;
  }

  .kn-orderGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kn-ingredients {
    grid-template-columns: 1fr;
  }

  .kn-ingredients__head {
    position: static;
  }
}

@media (max-width: 820px) {
  .kn-container {
    width: min(calc(100% - 36px), var(--container));
  }

  .kn-section {
    padding: 82px 0;
  }

  .kn-pc {
    display: none;
  }

  .kn-menuBtn {
    display: flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
  }

  .kn-menuBtn span:not(.screen-reader-text) {
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .kn-menuBtn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .kn-menuBtn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .kn-menuBtn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .kn-header__nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    max-height: calc(100vh - var(--header-height));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    margin: 0;
    padding: 24px 24px 32px;
    color: var(--white);
    background: var(--navy-dark);
  }

  .kn-header__nav.is-open {
    display: flex;
  }

  .kn-header__nav a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
  }

  .kn-header__nav a::after {
    display: none;
  }

  .kn-hero,
  .kn-hero__inner {
    min-height: 720px;
  }

  .kn-hero__media img {
    object-position: 62% center;
  }

  .kn-hero__shade {
    background:
      linear-gradient(0deg, rgba(8, 19, 38, .96) 0%, rgba(8, 19, 38, .70) 56%, rgba(8, 19, 38, .20) 100%);
  }

  .kn-hero__inner {
    align-items: flex-end;
    padding-top: 140px;
    padding-bottom: 55px;
  }

  .kn-hero__title {
    font-size: clamp(43px, 11vw, 65px);
  }

  .kn-hero__location {
    display: none;
  }

  .kn-localNav {
    overflow-x: auto;
  }

  .kn-localNav__inner {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    gap: 28px;
  }

  .kn-sectionHead--split,
  .kn-aboutGrid,
  .kn-productHero,
  .kn-cultureGrid,
  .kn-marketPanel,
  .kn-accessGrid,
  .kn-footer__top {
    grid-template-columns: 1fr;
  }

  .kn-sectionHead--split {
    gap: 28px;
  }

  .kn-aboutGrid__main {
    height: 460px;
  }

  .kn-verticalLabel {
    display: none;
  }

  .kn-productHero__photo {
    min-height: 440px;
  }

  .kn-productHero__body {
    padding: 45px 34px;
  }

  .kn-cultureGrid {
    grid-template-areas:
      "texture"
      "body"
      "lecture"
      "lectureText";
    gap: 36px;
  }

  .kn-cultureGrid__texture {
    height: 520px;
  }

  .kn-cultureGrid__lecture {
    height: 400px;
  }

  .kn-marketPanel {
    gap: 0;
  }

  .kn-marketPanel__body {
    padding: 52px 38px;
  }

  .kn-marketPanel__image {
    min-height: 420px;
  }

  .kn-cta__inner,
  .kn-consultBox {
    align-items: flex-start;
    flex-direction: column;
  }

  .kn-cta__actions {
    align-items: flex-start;
  }

  .kn-footer__top {
    gap: 38px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .kn-container {
    width: min(calc(100% - 28px), var(--container));
  }

  .kn-section {
    padding: 68px 0;
  }

  .kn-brand {
    gap: 10px;
  }

  .kn-brand__mark {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }

  .kn-brand__sub {
    font-size: 8px;
  }

  .kn-brand__name {
    font-size: 21px;
  }

  .kn-hero,
  .kn-hero__inner {
    min-height: 690px;
  }

  .kn-hero__media img {
    object-position: 61% center;
  }

  .kn-hero__inner {
    padding-bottom: 40px;
  }

  .kn-hero__title {
    margin-bottom: 20px;
    font-size: 41px;
  }

  .kn-hero__lead {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .kn-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kn-btn {
    width: 100%;
  }

  .kn-sectionTitle {
    font-size: 34px;
  }

  .kn-sectionHead {
    margin-bottom: 42px;
  }

  .kn-aboutGrid__main {
    height: 340px;
  }

  .kn-facts > div {
    grid-template-columns: 72px 1fr;
  }

  .kn-productHero__photo {
    min-height: 330px;
  }

  .kn-productHero__body {
    padding: 38px 24px;
  }

  .kn-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .kn-ingredients__head h3 {
    font-size: 27px;
  }

  .kn-orderGrid {
    grid-template-columns: 1fr;
  }

  .kn-orderCard {
    min-height: 0;
  }

  .kn-orderCard__num {
    margin-bottom: 26px;
  }

  .kn-consultBox,
  .kn-accessNote {
    padding: 32px 24px;
  }

  .kn-cultureGrid__texture {
    height: 430px;
  }

  .kn-cultureGrid__lecture {
    height: 300px;
  }

  .kn-marketPanel__body {
    padding: 42px 25px;
  }

  .kn-marketPanel__image {
    min-height: 320px;
  }

  .kn-accessCard dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .kn-cta {
    padding: 60px 0;
  }

  .kn-footer {
    padding-top: 58px;
  }

  .kn-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .kn-footer__legal {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-reveal {
    opacity: 1;
    transform: none;
  }
}


/* sub pages / archive */
.kn-pageHero {
  padding: calc(var(--header-height) + 92px) 0 76px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 31, 59, .98), rgba(30, 50, 89, .90)),
    var(--navy-dark);
}

.kn-pageHero__title {
  max-width: 900px;
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .06em;
}

.kn-pageHero__lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
}

.kn-postGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.kn-postCard {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.kn-postCard__link {
  display: block;
  height: 100%;
}

.kn-postCard__image {
  height: 230px;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}

.kn-postCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.kn-postCard__link:hover .kn-postCard__image img {
  transform: scale(1.035);
}

.kn-postCard__body {
  padding: 28px;
}

.kn-postCard__date,
.kn-single__date {
  display: block;
  margin-bottom: 12px;
  color: var(--navy-3);
  font-size: 11px;
  letter-spacing: .12em;
}

.kn-postCard__title {
  margin-bottom: 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
}

.kn-postCard__excerpt {
  color: var(--muted);
  font-size: 14px;
}

.kn-pagination {
  margin-top: 54px;
}

.kn-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.kn-pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.kn-pagination .page-numbers.current {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.kn-single__heroImage {
  margin-top: 62px;
}

.kn-single__heroImage img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.kn-single__section {
  padding-top: 72px;
}

.kn-single__content {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.kn-single__content > * + * {
  margin-top: 1.5em;
}

.kn-single__content h2,
.kn-single__content h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.55;
}

.kn-single__content h2 {
  margin-top: 2.4em;
  padding-bottom: .4em;
  border-bottom: 1px solid var(--line);
  font-size: 32px;
}

.kn-single__content h3 {
  margin-top: 2em;
  font-size: 25px;
}

.kn-single__content a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kn-single__content img {
  height: auto;
}

.kn-single__back {
  width: min(calc(100% - 40px), 820px);
  margin: 58px auto 0;
}

.kn-empty {
  text-align: center;
}

@media (max-width: 820px) {
  .kn-postGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .kn-pageHero {
    padding-top: calc(var(--header-height) + 68px);
    padding-bottom: 54px;
  }

  .kn-postGrid {
    grid-template-columns: 1fr;
  }

  .kn-postCard__image {
    height: 220px;
  }

  .kn-single__content,
  .kn-single__back {
    width: min(calc(100% - 28px), 820px);
  }
}

/* ----------------------------------------
  梅ちりめん 商品スライダー
---------------------------------------- */

.kn-productSlider {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  background: var(--paper-2);
}

.kn-productSlider__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 610px;
  overflow: hidden;
}

.kn-productSlider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition:
    opacity .7s ease,
    visibility .7s ease,
    transform 1.2s ease;
  pointer-events: none;
}

.kn-productSlider__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.kn-productSlider__slide img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

/* 写真ごとの見え方調整 */
.kn-productSlider__slide:nth-child(1) img {
  object-position: center;
}

.kn-productSlider__slide:nth-child(2) img {
  object-position: center;
}

.kn-productSlider__slide:nth-child(3) img {
  object-position: center;
}

.kn-productSlider__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  width: fit-content;
  max-width: calc(100% - 48px);
  margin: 0;
  padding: 13px 17px;
  color: var(--white);
  background: rgba(17, 31, 59, .82);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.kn-productSlider__caption span {
  display: block;
  margin-bottom: 3px;
  color: var(--red-soft);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.kn-productSlider__controls {
  position: absolute;
  z-index: 5;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
}

/* キャプションと操作部が重なる場合は右側へ置く */
.kn-productSlider__caption {
  right: auto;
  bottom: 24px;
  left: 24px;
}

.kn-productSlider__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 0;
  color: var(--white);
  background: rgba(17, 31, 59, .82);
  cursor: pointer;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.kn-productSlider__arrow:hover {
  border-color: var(--white);
  background: var(--navy);
  transform: translateY(-2px);
}

.kn-productSlider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kn-productSlider__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition:
    width .25s ease,
    border-radius .25s ease,
    background-color .25s ease;
}

.kn-productSlider__dot.is-active {
  width: 25px;
  border-radius: 10px;
  background: var(--red);
}

@media (max-width: 820px) {
  .kn-productSlider,
  .kn-productSlider__viewport {
    min-height: 440px;
  }

  .kn-productSlider__slide img {
    min-height: 440px;
  }
}

@media (max-width: 560px) {
  .kn-productSlider,
  .kn-productSlider__viewport {
    min-height: 350px;
  }

  .kn-productSlider__slide img {
    min-height: 350px;
  }

  .kn-productSlider__caption {
    right: 18px;
    bottom: 17px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 10px 13px;
    font-size: 14px;
  }

  .kn-productSlider__controls {
    top: 16px;
    right: 16px;
    bottom: auto;
  }

  .kn-productSlider__arrow {
    width: 36px;
    height: 36px;
  }
}

/* ----------------------------------------
  特定商取引法に基づく表記
---------------------------------------- */

.kn-legal__intro {
  width: min(100%, 880px);
  margin: 0 auto 36px;
  color: var(--muted);
}

.kn-legalTable {
  width: min(100%, 880px);
  margin: 0 auto;
  border-top:none;
}

.kn-legalTable__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.kn-legalTable__row dt,
.kn-legalTable__row dd {
  margin: 0;
  padding: 24px 26px;
}

.kn-legalTable__row dt {
  color: var(--navy);
  background: var(--paper-2);
  font-weight: 700;
}

.kn-legalTable__row dd {
  background: var(--white);
}

.kn-legalTable__row a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kn-legalTable__note {
  color: var(--muted);
  font-size: 13px;
}

.kn-legalList {
  margin: 0;
  padding-left: 1.3em;
}

.kn-legal__attention {
  width: min(100%, 880px);
  margin: 28px auto 0;
  padding: 20px 24px;
  color: var(--muted);
  background: var(--paper-2);
  font-size: 13px;
}

.kn-legal__attention p {
  margin: 0;
}

@media (max-width: 700px) {
  .kn-legalTable__row {
    grid-template-columns: 1fr;
  }

  .kn-legalTable__row dt,
  .kn-legalTable__row dd {
    padding: 18px 20px;
  }

  .kn-legalTable__row dt {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  .kn-legalTable__row dd {
    padding-top: 14px;
  }
}


/* ----------------------------------------
   Privacy Policy
---------------------------------------- */

.kn-policyBody{
    width:min(100%,880px);
    margin:0 auto;
}

.kn-policySection{
    margin-bottom:56px;
}

.kn-policySection h2{
    margin:0 0 18px;
    padding-bottom:10px;
    border-bottom:2px solid var(--navy);
    color:var(--navy);
    font-size:1.4rem;
}

.kn-policySection p,
.kn-policySection li{
    line-height:2;
}

.kn-policySection ol{
    padding-left:1.5em;
}

.kn-policyNote{
    margin-top:12px;
    color:var(--muted);
    font-size:.9rem;
}

.kn-policyDate{
    margin-top:24px;
    color:var(--muted);
    font-size:.9rem;
}

.kn-legalTable__row a {
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.kn-footer__copyright{
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:flex-end;
}

.kn-footer__credit{
    margin:0;
    font-size:.82rem;
    color:rgba(255,255,255,.65);
}

.kn-footer__credit a{
    color:inherit;
    text-decoration:none;
    transition:.25s;
}

.kn-footer__credit a:hover{
    color:#fff;
}




/* ========================================
   梅ちりめん 商品ラインナップ
======================================== */

.kn-productLineup {
  margin: 26px 0 24px;
  border-top: 1px solid rgba(10, 40, 78, 0.16);
}

.kn-productOption {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 40, 78, 0.16);
}

.kn-productOption {
  grid-template-columns: 120px minmax(0, 1fr) auto;
}

.kn-productOption__visual img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.kn-productOption__body {
  min-width: 0;
}

.kn-productOption__label {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.kn-productOption h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.5;
}

.kn-productOption__description {
  margin: 6px 0 0;
  font-size: 0.84rem;
  line-height: 1.7;
}

.kn-productOption__price {
  flex-shrink: 0;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.kn-productOption__price strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.kn-productOption__price span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
}

@media (max-width: 700px) {
  .kn-productOption {
    grid-template-columns: 82px 1fr;
    align-items: start;
    gap: 14px;
  }

  .kn-productOption__visual img {
    height: 78px;
  }

  .kn-productOption__price {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .kn-productOption {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .kn-productOption__visual img {
    height: 66px;
  }
}


.kn-cultureVideo {
  margin-top: 72px;
}

.kn-cultureVideo__head {
  margin-bottom: 24px;
}

.kn-cultureVideo__head h3 {
  margin: 8px 0 12px;
}

.kn-cultureVideo__head p:last-child {
  margin-bottom: 0;
}

.kn-cultureVideo__movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.kn-cultureVideo__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .kn-cultureVideo {
    margin-top: 48px;
  }
}