@charset "utf-8";
:root {
  --ink: #0b2436;
  --deep: #061a29;
  --gold: #b89043;
  --red: #8e1f2d;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --line: rgba(11, 36, 54, .18);
  --serif: "Noto Serif JP", serif;
  --sans: "Zen Kaku Gothic New", sans-serif
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
img {
  display: block;
  width: 100%;
  height: auto
}
a {
  color: inherit;
  text-decoration: none
}

#fs_ProductDetails .fs-l-main, #fs_ProductCategory .fs-l-main {
		max-width: 100%;
		padding: 0;
		margin: 0;
}
#fs_ProductCategory .fs-l-pageMain {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--serif);
  font-weight: 700
}
.brand-en {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  letter-spacing: .18em
}
.header-link {
  font-weight: 700;
  font-size: .9rem;
  border-bottom: 1px solid var(--ink);
  padding: 6px 0
}
.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(360px, 43%) 1fr;
  background: var(--deep);
  color: white
}
.hero-copy {
  padding: clamp(52px, 7vw, 110px) clamp(28px, 6vw, 95px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.hero-copy:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: linear-gradient(var(--gold), transparent);
  right: 0;
  top: 12%
}
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 1.5rem;
  font-weight: 700
}
.eyebrow {
  color: #e4ce9c
}
.eyebrow span {
  display: block;
  color: white;
  opacity: .55;
  margin-top: 4px
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 1.34;
  font-weight: 600;
  margin: 28px 0 20px;
  letter-spacing: .05em
}
.hero h1 > span {
  display: block;
  font-family: var(--sans);
  font-size: 1.5rem;
  letter-spacing: .2em;
  color: #e4ce9c;
  margin-bottom: 12px
}
.hero h1 strong {
  font-size: 1.45em;
  font-weight: 700;
  letter-spacing: .18em
}
.hero h1 small {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .3em;
  font-weight: 500;
  color: #e4ce9c
}
.lead {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  letter-spacing: .08em
}
.hero-facts {
  display: flex;
  gap: 8px;
  margin: 18px 0 28px
}
.hero-facts span {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 1.5rem;
}
.primary-button, .buy-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--gold);
  color: #fff;
  padding: 18px 22px;
  font-weight: 700;
  transition: .25s
}
.primary-button:hover, .buy-button:hover {
  background: #ca9f4a;
  transform: translateY(-2px)
}
.hero-visual {
  position: relative;
  overflow: hidden
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, .28), transparent 45%)
}
.hero-visual img {
  height: 100%;
  object-fit: cover
}
.vertical-note {
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 8%;
  margin: 0;
  writing-mode: vertical-rl;
  font-family: var(--serif);
  letter-spacing: .25em;
  text-shadow: 0 2px 12px #000;
  font-size: 2rem;
}
.sun-mark {
  position: absolute;
  z-index: 2;
  right: 6%;
  bottom: 6%;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 2rem
}
.section-pad {
  padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 110px)
}
.section-kicker {
  color: var(--gold);
  margin: 0 0 26px
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: start
}
.intro h2, .section-heading h2, .signature h2, .delivery h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.45;
  font-weight: 600;
  margin: 0
}
.intro h2 em, .section-heading h2 em, .signature h2 em, .delivery h2 em {
  font-style: normal;
  color: var(--red)
}
.intro-grid > div {
  max-width: 620px
}
.intro-grid p {
  margin: 0 0 1.4em
}
.feature-strip {
  margin-top: 90px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}
.feature-strip article {
  padding: 34px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line)
}
.feature-strip article:first-child {
  padding-left: 0
}
.feature-strip article:last-child {
  border: 0
}
.feature-strip b {
  font-family: Georgia, serif;
  color: var(--gold);
  font-size: 1.8rem;
}
.feature-strip h3 {
  font-family: var(--serif);
  font-size: 1.85rem;
  margin: 7px 0
}
.feature-strip p {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.7
}
.lineup {
  background: var(--cream)
}
.section-heading {
  text-align: center;
  max-width: 810px;
  margin: 0 auto 70px
}
.section-heading p:last-child {
  max-width: 600px;
  margin: 20px auto 0
}
.product-card {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 500px;
  background: white;
  box-shadow: 0 24px 60px rgba(16, 24, 35, .1)
}
.product-card.product-three {
  grid-template-columns: .75fr 1.25fr
}
.product-three .product-image {
  order: 2
}
.product-image {
  overflow: hidden
}
.product-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .6s
}
.product-card:hover .product-image img {
  transform: scale(1.025)
}
.product-info {
  padding: clamp(34px, 5vw, 73px);
  display: flex;
  flex-direction: column;
  justify-content: center
}
.recommend {
  color: var(--red);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .08em
}
.tier {
  font-family: var(--serif);
  margin: 3px 0 -5px;
}
.tier span {
  font-size: 4rem;
  color: var(--gold)
}
.product-info h3 {
  font-family: var(--serif);
  font-size: 2.6rem;
  margin: 0 0 25px;
  letter-spacing: .14em
}
.product-info h3 small {
  font-family: var(--sans);
  font-size: .7rem
}
.spec-row {
  display: flex;
  border-block: 1px solid var(--line);
  padding: 12px 0;
  gap: 0
}
.spec-row span {
  padding: 0 13px;
  border-right: 1px solid var(--line);
  font-size: 1.8rem;
  font-weight: 700
}
.spec-row span:first-child {
  padding-left: 0
}
.spec-row span:last-child {
  border: 0
}
.price {
  display: flex;
  align-items: baseline;
  margin: 20px 0 10px
}
.price strong {
  /* font-family: Georgia, serif; */
  font-size: 2.8rem;
  line-height: 1
}
.price small {
  margin: 0 6px
}
.product-note {
  font-size: 1.4rem;
}
.buy-button {
  margin-top: 16px;
  background: var(--ink)
}
.buy-button:hover {
  background: var(--red)
}
.or-divider {
  text-align: center;
  margin: 40px 0
}
.or-divider span {
  font: italic 1.5rem Georgia, serif;
  color: var(--gold)
}
.or-divider p {
  margin: 3px;
  font-family: var(--serif);
  font-size: 2rem;
}
.caption {
  text-align: center;
  font-size: 1rem;
  opacity: .7;
  margin-top: 20px
}
.signature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center
}
.signature-photo {
  position: relative
}
.signature-photo:before {
  content: "";
  position: absolute;
  inset: -20px 20px 20px -20px;
  border: 1px solid var(--gold);
  z-index: -1
}
.signature-copy ul {
  list-style: none;
  margin: 42px 0 0;
  padding: 0
}
.signature-copy li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line)
}
.signature-copy li > span {
  font: italic .9rem Georgia, serif;
  color: var(--gold)
}
.signature-copy h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  margin: 0 0 3px
}
.signature-copy li p {
  font-size: .88rem;
  margin: 0;
  line-height: 1.65
}
.delivery {
  background: linear-gradient(135deg, var(--deep), #12374b);
  color: white
}
.delivery-card {
  max-width: 1100px;
  margin: auto
}
.delivery h2 em {
  color: #e5c77f
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .2);
  margin-top: 50px
}
.delivery-grid > div {
  background: var(--deep);
  padding: 38px
}
.delivery-grid span {
  color: #e5c77f;
  font: italic 2rem Georgia, serif;
}
.delivery-grid h3 {
  font-family: var(--serif);
  font-size: 2.25rem;
  margin: 8px 0
}
.delivery-grid p {
  font-size: 1.7rem;
  opacity: .8;
  margin: 0
}
.notice {
  margin: 28px 0 0;
  font-size: 1.4rem;
  opacity: .65
}
.final-cta {
  text-align: center;
  padding: clamp(90px, 12vw, 170px) 22px;
  background: var(--paper)
}
.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.45;
  margin: 0
}
.final-cta > p:not(.section-kicker) {
  margin: 24px 0 38px
}
.cta-buttons {
  max-width: 820px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}
.cta-buttons a {
  background: var(--red);
  color: white;
  padding: 22px;
  transition: .25s
}
.cta-buttons a:hover {
  background: var(--ink);
  transform: translateY(-2px)
}
.cta-buttons b, .cta-buttons span {
  display: block
}
.cta-buttons b {
  font-family: var(--serif);
  font-size: 1.35rem
}
.cta-buttons span {
  font-size: .82rem;
  opacity: .8
}
footer {
  background: #04131e;
  color: white;
  padding: 45px clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  align-items: end
}
footer div {
  display: flex;
  gap: 16px;
  align-items: center
}
footer p, footer small {
  margin: 0;
  opacity: .55;
  font-size: .78rem
}
footer small {
  grid-column: 2;
  grid-row: 1 / span 2
}
@media (max-width:900px) {
	#fs_ProductCategory .fs-l-pageMain {

	padding: 140px 0px 0px 0px;
}

  .hero {
    grid-template-columns: 1fr;
    min-height: 0
  }
  .hero-copy {
    min-height: 640px
  }
  .hero-visual {
    height: 68vw;
    min-height: 420px
  }
  .intro-grid, .signature {
    grid-template-columns: 1fr
  }
  .feature-strip {
    grid-template-columns: 1fr
  }
  .feature-strip article, .feature-strip article:first-child {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }
  .product-card, .product-card.product-three {
    grid-template-columns: 1fr
  }
  .product-image {
    height: min(85vw, 620px)
  }
  .product-three .product-image {
    order: 0
  }
  .delivery-grid {
    grid-template-columns: 1fr
  }
  .signature-photo {
    max-width: 650px
  }
  .signature-copy {
    max-width: 650px
  }
  .site-header {
    height: 70px
  }
  .hero {
    min-height: calc(100svh - 70px)
  }
}
@media (max-width:600px) {
  body {
    font-size: 15px
  }
  .brand span:last-child {
    display: none
  }
  .header-link {
    font-size: .78rem
  }
  .hero-copy {
    min-height: 570px;
    padding-top: 45px
  }
  .hero h1 {
    font-size: 2.35rem
  }
  .hero-visual {
    height: 110vw;
    min-height: 420px
  }
  .sun-mark {
    width: 70px;
    height: 70px;
    font-size: 1.5rem
  }
  .section-pad {
    padding-block: 75px
  }
  .feature-strip {
    margin-top: 50px
  }
  .section-heading {
    margin-bottom: 45px
  }
  .product-image {
    height: 60vw;
  }
  .product-info {
    padding: 34px 24px
  }
  .tier span {
    font-size: 3.4rem
  }
  .product-info h3 {
    font-size: 2.15rem
  }
  .price strong {
    font-size: 2.4rem
  }
  .spec-row span {
    padding-inline: 9px;
    font-size: 1.4rem;
  }
  .signature-photo:before {
    inset: -10px 10px 10px -10px
  }
  .delivery-grid > div {
    padding: 28px
  }
  .cta-buttons {
    grid-template-columns: 1fr
  }
  footer {
    display: block;
    text-align: center
  }
  footer div {
    justify-content: center;
    margin-bottom: 8px
  }
  footer small {
    display: block;
    margin-top: 16px
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  .product-image img, .primary-button, .buy-button, .cta-buttons a {
    transition: none
  }
}
/* Full menu */
.menu {
  background: var(--paper)
}
.menu-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(40px, 8vw, 120px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 72px
}
.menu-heading .section-kicker {
  grid-column: 1/-1
}
.menu-heading h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.45;
  font-weight: 600;
  margin: 0
}
.menu-heading h2 em {
  font-style: normal;
  color: var(--red)
}
.menu-heading > p:last-child {
  margin: 0
}
.menu-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 28px
}
.menu-item {
  background: #fff;
  border-bottom: 1px solid var(--line)
}
.menu-item figure {
  aspect-ratio: 4/3;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--cream)
}
.menu-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s
}
.menu-item:hover figure img {
  transform: scale(1.035)
}
.menu-item figure span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: #e5c77f;
  font: italic 2rem Georgia, serif;
}
.menu-item > div {
  padding: 23px 6px 28px
}
.menu-category {
  color: var(--gold);
  font: 700 1rem/1.2 var(--sans);
  letter-spacing: .16em;
  margin: 0 0 9px
}
.menu-item h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0 0 10px;
  min-height: 3.2em
}
.menu-item > div > p:last-child {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
  color: #3d4a53
}
.menu-note {
  max-width: 1180px;
  margin: 36px auto 0;
  text-align: right;
  font-size: .78rem;
  opacity: .65
}
@media (max-width:900px) {
  .menu-heading {
    grid-template-columns: 1fr
  }
  .menu-heading > p:last-child {
    margin-top: 24px;
    max-width: 650px
  }
  .menu-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}
@media (max-width:600px) {
  .menu-heading {
    margin-bottom: 42px
  }
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .menu-item h3 {
    min-height: 0;
    font-size: 1.18rem
  }
  .menu-item > div {
    padding-inline: 2px
  }
  .menu-note {
    text-align: left
  }
}
/* Furusato tax */
.furusato {
  background: #e8dfc9;
  position: relative;
  overflow: hidden
}
.furusato:before {
  content: "水戸";
  position: absolute;
  right: -.04em;
  top: -.32em;
  color: rgba(255, 255, 255, .35);
  font-family: var(--serif);
  font-size: clamp(12rem, 28vw, 30rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none
}
.furusato-intro {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center
}
.furusato-intro h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.48;
  font-weight: 600;
  margin: 0
}
.furusato-intro h2 em {
  display: inline-block;
  font-style: normal;
  color: var(--red)
}
.furusato-intro > p:last-child {
  max-width: 650px;
  margin: 24px auto 0
}
.furusato-grid {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}
.furusato-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 34px;
  background: var(--paper);
  border-top: 4px solid var(--red);
  transition: transform .25s, box-shadow .25s
}
.furusato-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(25, 30, 34, .12)
}
.furusato-label {
  align-self: flex-start;
  color: var(--red);
  border: 1px solid currentColor;
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 1.4rem;
  font-weight: 700
}
.furusato-card h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  margin: 22px 0 0
}
.furusato-card h3 b {
  font-size: 4rem;
  color: var(--gold);
  font-weight: 600;
  line-height: 1
}
.furusato-card > p {
  margin: 6px 0 22px;
  font-size: 2rem;
}
.furusato-card > strong {
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 1.8rem;
}
.furusato-link {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 1.2rem;
}
.furusato-note {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 26px auto 0;
  text-align: right;
  font-size: .78rem;
  opacity: .7
}
@media (max-width:900px) {
  .furusato-grid {
    grid-template-columns: 1fr
  }
  .furusato-card {
    min-height: 0
  }
  .furusato-link {
    margin-top: 35px
  }
}
@media (max-width:600px) {
  .furusato-intro {
    text-align: left
  }
  .furusato-card {
    padding: 28px
  }
  .furusato-note {
    text-align: left
  }
}
.fs-c-productList {
	max-width: 980px;
	margin: 0 auto;
}