:root {
  --base: #fbf7ee;
  --paper: #fffdf8;
  --paper-soft: #fffaf0;
  --brown: #4b2f20;
  --brown-soft: #7d604f;
  --sakura: #89686bcd;
  --sakura-soft: #fde7e6;
  --matcha: #8ca95d;
  --matcha-soft: #dfe9c9;
  --yamabuki: #f2c94c;
  --line: #eadcc9;
  --shadow: 16px 16px 36px rgba(41, 31, 31, 0.09);
  --mincho: "幻ノにじみ明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --gothic: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--base);
  color: var(--brown);
  font-family: var(--gothic);
  line-height: 1.9;
  letter-spacing: 0;
}

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

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

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

input,
select,
textarea {
  font-size: 16px;
}

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

.container {
  width: min(1200px, calc(100% - 10vw));
  margin-inline: auto;
}

.section {
  padding: 130px 0;
  position: relative;
  scroll-margin-top: 128px;
}

.section > .container,
.footer > .container,
.footer__bottom {
  position: relative;
  z-index: 1;
}

.section-heading {
  margin-bottom: 58px;
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-heading__eyebrow {
  margin: 0 0 10px;
  color: var(--brown-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
.hero__name,
.footer__name,
.vertical-copy {
  font-family: var(--mincho);
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.35;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
}

p {
  margin: 0;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 82vh;
  overflow: hidden;
  isolation: isolate;
}

@supports (height: 100svh) {
  .hero {
    height: 82svh;
  }
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(48, 30, 18, 0.16);
  z-index: 1;
}

.hero__brand {
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 9px rgba(54, 34, 20, 0.34);
}

.hero__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.hero__name {
  margin-top: 10px;
  font-size: 62px;
  line-height: 1.1;
}

.hero__roman {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero__copy {
  position: absolute;
  right: clamp(34px, 7vw, 104px);
  top: 23%;
  z-index: 2;
  display: flex;
  gap: 18px;
  color: #fff;
  font-family: var(--mincho);
  font-size: 30px;
  line-height: 1.9;
  text-shadow: 0 2px 8px rgba(55, 34, 20, 0.48);
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.hero__copy span {
  display: block;
}

.hero__wave,
.section-wave {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -52px;
  height: 112px;
  background: var(--base);
  border-radius: 48% 52% 0 0 / 64% 72% 0 0;
  z-index: 2;
}

.commitments {
  padding-top: 100px;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.commitment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  padding: 48px 36px 58px;
  border: 1px solid var(--sakura);
  border-radius: 50%;
  background: #eadcc9;
  text-align: center;
  box-shadow: var(--shadow);
}

.commitment-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #f7d9d5;
  border-radius: 50%;
  pointer-events: none;
}

.commitment-card__icon {
  width: 76px;
  height: 76px;
  margin-bottom: 14px;
  object-fit: contain;
}

.commitment-card__icon--dango {
  width: 84px;
  height: 84px;
}

.commitment-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.commitment-card p {
  max-width: 230px;
  font-size: 15px;
}

.commitment-card__hill {
  position: absolute;
  bottom: 29px;
  left: 50%;
  width: 86px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 90px 90px 16px 16px;
  background: var(--matcha-soft);
}

.petal {
  position: absolute;
  width: 14px;
  height: 22px;
  border-radius: 50% 50% 48% 48%;
  background: var(--yamabuki);
}

.petal--one {
  top: 78px;
  right: 38px;
  transform: rotate(42deg);
}

.petal--two {
  top: 96px;
  right: 54px;
  transform: rotate(-18deg);
}

.site-nav {
  position: sticky;
  top: max(18px, env(safe-area-inset-top));
  z-index: 20;
  width: min(1100px, calc(100% - 10vw));
  margin: -32px auto 0;
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 92px;
  padding: 13px 20px 13px 34px;
  border: 1px solid rgba(234, 220, 201, 0.8);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.site-nav__list {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__list a {
  display: grid;
  gap: 3px;
  color: var(--brown);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: color 0.2s ease;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
  color: #9b7026;
}

.site-nav__list span {
  color: var(--brown-soft);
  font-size: 10px;
  letter-spacing: 0;
}

.site-nav__mark {
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--yamabuki);
}

.site-nav__mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--yamabuki);
}

.site-nav__toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--brown);
}

.news__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(40px, 7vw, 90px);
}

.news__side {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
}

.vertical-copy {
  color: var(--brown);
  font-size: 38px;
  line-height: 2.1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.news__mascot {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 96px;
  opacity: 0.92;
}

.main-post {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.main-post img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.main-post__body {
  padding: clamp(30px, 4vw, 52px);
}

.label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 3px 15px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--yamabuki);
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
}

.label--pink {
  background: var(--sakura-soft);
}

.label--green {
  background: var(--matcha-soft);
}

.label--gold {
  background: #f7df84;
}

.main-post time,
.post-card time {
  display: block;
  color: var(--brown-soft);
  font-size: 13px;
  font-weight: 700;
}

.main-post h3 {
  margin: 12px 0 18px;
  font-size: 36px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
}

.post-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.post-card:nth-child(2) img,
.post-card:nth-child(3) img {
  object-position: center bottom;
}

.post-card time {
  margin-top: 16px;
}

.post-card h3 {
  margin-top: 6px;
  font-size: 17px;
}

.about {
  overflow: hidden;
  background: var(--paper);
}

.section-wave--top {
  top: -56px;
  bottom: auto;
  background: var(--paper);
  transform: rotate(180deg);
}

.about__inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  text-align: center;
}

.about__text {
  max-width: 680px;
  margin-inline: auto;
}

.about__text h2 {
  margin-bottom: 28px;
}

.about__text p:not(.section-heading__eyebrow) {
  margin-top: 12px;
}

.about__ornament {
  width: 150px;
  justify-self: center;
  object-fit: contain;
}

.about__ornament--left {
  width: 130px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 34px;
  margin-top: 34px;
  border: 0;
  border-radius: 999px;
  background: var(--yamabuki);
  color: var(--brown);
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(149, 108, 27, 0.14);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-card__image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-card__image--one {
  object-position: 52% 62%;
}

.product-card__image--two {
  object-position: 34% 64%;
}

.product-card__image--three {
  object-position: 52% 72%;
}

.product-card__image--four {
  object-position: 78% 58%;
}

.product-card__image--six {
  object-position: 47% 67%;
}

.product-card__image--contain {
  width: 100%;
  height: 230px;
  
}

.product-card__body {
  padding: 28px 28px 32px;
}

.product-card h3 {
  margin-bottom: 8px;
}

.price {
  margin-top: 14px;
  font-family: var(--mincho);
  font-size: 24px;
  font-weight: 700;
}

.shop {
  background: var(--paper-soft);
}

.shop__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.shop-info {
  display: grid;
  gap: 14px;
  padding: clamp(28px, 4vw, 44px);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
}

.shop-info div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #efe4d5;
}

.shop-info div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.shop-info dt {
  color: var(--brown-soft);
  font-weight: 700;
}

.shop-info dd {
  margin: 0;
}

.shop-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.shop-photo img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.map-card {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background: #f7f0e4;
}

.map__road {
  position: absolute;
  background: #fffdf8;
  border: 1px solid #e6d7c4;
}

.map__road--main {
  top: 190px;
  left: -8%;
  width: 116%;
  height: 56px;
  transform: rotate(-8deg);
}

.map__road--sub {
  top: -10%;
  left: 48%;
  width: 54px;
  height: 120%;
  transform: rotate(17deg);
}

.map__road--bridge {
  right: 10%;
  bottom: 78px;
  width: 42%;
  height: 42px;
  transform: rotate(5deg);
}

.map__water,
.map__park,
.map__station,
.map__street,
.map__pin span {
  position: absolute;
  z-index: 2;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  font-weight: 700;
}

.map__water {
  right: 19%;
  top: 95px;
  color: #638f9b;
}

.map__park {
  left: 9%;
  bottom: 76px;
  background: var(--matcha-soft);
}

.map__station {
  right: 12%;
  bottom: 28px;
}

.map__street {
  left: 11%;
  top: 138px;
}

.map__pin {
  position: absolute;
  left: 49%;
  top: 46%;
  z-index: 3;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
}

.map__pin img {
  width: 72px;
  height: 72px;
  padding: 8px;
  border-radius: 50%;
  background: var(--yamabuki);
  object-fit: contain;
}

.map__pin span {
  position: static;
  margin-top: 8px;
  white-space: nowrap;
}

.map-card > p {
  margin-top: 22px;
  text-align: center;
  font-weight: 700;
}

.contact {
  background: var(--base);
}

.contact__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.contact__intro h2 {
  margin-bottom: 24px;
}

.contact__mascot {
  width: 150px;
  margin-top: 42px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--brown-soft);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #dfcfbb;
  border-radius: 14px;
  background: #fff;
  color: var(--brown);
  -webkit-appearance: none;
  appearance: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__wide,
.contact-form__button,
.form-message {
  grid-column: 1 / -1;
}

.form-message {
  min-height: 30px;
  color: #8a5f13;
  font-weight: 700;
}

.footer {
  position: relative;
  padding: 90px 0 34px;
  background: #efe4d5;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: clamp(34px, 6vw, 72px);
}

.footer__logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.footer__name {
  margin-top: 12px;
  font-size: 28px;
}

.footer__roman {
  margin-bottom: 24px;
  color: var(--brown-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__menu a:hover,
.footer__menu a:focus-visible {
  text-decoration: underline;
}

.mini-map {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid #dccbb8;
  border-radius: 24px;
  background: #f8efe2;
}

/* .mini-map span {
  position: absolute;
  background: #fffdf8;
  border: 1px solid #e3d2bf;
}

.mini-map span:first-child {
  top: 84px;
  left: -10%;
  width: 120%;
  height: 34px;
  transform: rotate(-10deg);
}

.mini-map span:nth-child(2) {
  left: 45%;
  top: -10%;
  width: 34px;
  height: 120%;
  transform: rotate(18deg);
}

.mini-map img {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 54px;
  height: 54px;
  padding: 7px;
  border-radius: 50%;
  background: var(--yamabuki);
  object-fit: contain;
  transform: translate(-50%, -50%);
} */

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  padding-top: 44px;
  color: var(--brown-soft);
  font-size: 13px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1180px) {
  .site-nav {
    width: calc(100% - 48px);
  }

  .site-nav__inner {
    gap: 14px;
    padding-left: 22px;
  }

  .site-nav__list {
    gap: 14px;
  }

  .site-nav__list a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: calc(100% - 64px);
  }

  h1,
  h2 {
    font-size: 42px;
  }

  .hero__name {
    font-size: 52px;
  }

  .main-post h3 {
    font-size: 31px;
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commitment-grid {
    gap: 24px;
  }

  .commitment-card {
    min-height: 300px;
    padding: 42px 26px 54px;
  }

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

  .main-post {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 40px);
  }

  .section {
    padding: 88px 0;
  }

  .hero {
    min-height: 650px;
    height: 74vh;
  }

  .hero__image {
    object-position: 48% center;
  }

  .hero__brand {
    top: 34px;
  }

  .hero__logo {
    width: 58px;
    height: 58px;
  }

  .hero__name {
    font-size: 42px;
  }

  .hero__copy {
    right: 20px;
    top: 30%;
    gap: 12px;
    font-size: 20px;
  }

  .commitment-grid,
  .shop__layout,
  .contact__layout,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .commitment-card {
    width: min(340px, 100%);
    min-height: 330px;
    margin-inline: auto;
  }

  .site-nav {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100% - 28px);
    margin-top: -22px;
  }

  .site-nav__inner {
    position: relative;
    min-height: 74px;
    padding: 10px 12px 10px 22px;
  }

  .site-nav__mark {
    width: 50px;
    height: 50px;
  }

  .site-nav__toggle {
    display: block;
  }

  .site-nav__list {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open .site-nav__list {
    display: grid;
  }

  .site-nav__list a {
    padding: 13px 8px;
  }

  .news__layout {
    grid-template-columns: 1fr;
  }

  .news__side {
    min-height: auto;
    justify-content: flex-start;
  }

  .vertical-copy {
    font-size: 26px;
  }

  h1,
  h2 {
    font-size: 34px;
  }

  .main-post h3 {
    font-size: 27px;
  }

  .news__mascot {
    right: 10px;
    left: auto;
    bottom: -14px;
    width: 76px;
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about__inner {
    grid-template-columns: 1fr;
  }

  .about__ornament {
    width: 96px;
  }

  .about__ornament--left {
    order: 2;
  }

  .about__text {
    order: 1;
  }

  .about__ornament--right {
    order: 3;
  }

  .shop-info div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .shop-photo img {
    min-height: 300px;
  }

  .map {
    min-height: 360px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact__mascot {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }

  .product-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    width: calc(100% - 24px);
  }

  .main-post__body,
  .product-card__body,
  .contact-form,
  .shop-info,
  .map-card {
    padding: 24px;
  }

  .map__water,
  .map__park,
  .map__station,
  .map__street,
  .map__pin span {
    font-size: 13px;
  }

}

@media (max-width: 480px) {
  h1,
  h2 {
    font-size: 30px;
  }

  .hero {
    min-height: 690px;
  }

  .hero__image {
    object-position: 51% center;
  }

  .hero__copy {
    top: 35%;
    font-size: 18px;
  }

  .hero__name {
    font-size: 36px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .commitment-card {
    min-height: 310px;
    padding: 40px 28px 54px;
  }

  .main-post img,
  .product-card__image {
    min-height: 220px;
    height: 220px;
  }

  .footer__bottom {
    display: grid;
  }
}

@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }

  .hero__name {
    font-size: 32px;
  }

  .hero__copy {
    right: 14px;
    gap: 8px;
    font-size: 16px;
  }

  .commitment-card {
    min-height: 292px;
    padding-inline: 22px;
  }

  .commitment-card h2 {
    font-size: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
.accent{
    color:#006e00;
    font-weight:1000;
    text-shadow:1px 1px 2px rgba(255,255,255,.7);
}