@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
.text-center {
  text-align: center;
}

.mt-80 {
  margin-top: 80px;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  width: 100%;
  display: block;
}

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

ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

section {
  padding-block: 32px;
  padding-inline: 24px;
}

.icon-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}
.icon-container svg {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

p {
  line-height: 1.9;
  font-size: 14px;
}

.container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  z-index: 99;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.header__container {
  max-width: 1266px;
  margin: auto;
  width: 100%;
  padding-inline-start: 20px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 16px;
}
@media (max-width: 720px) {
  .header__container__inner {
    padding: 12px 20px;
  }
}
.header__container__brand {
  height: 26px;
}
.header__container__brand img {
  height: 26px;
  width: auto;
  object-fit: contain;
  display: block;
}
.header__container__brand .header__logo-img--dark {
  display: none;
}
.header__container__brand {
  transition: opacity 0.35s ease;
}
.header__container .nav {
  display: flex;
  gap: 16px;
}
@media (max-width: 1280px) {
  .header__container .nav {
    display: none;
  }
}
.header__container .nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  transition: color 0.35s ease;
  white-space: nowrap;
}
.header__container__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 720px) {
  .header__container__actions {
    display: none;
  }
}
.header {
  /* Scrolled past the hero: solid white bar, black text/logo. */
}
.header.is-past-hero {
  background-color: #fff;
  border-bottom-color: #ececec;
}
.header.is-past-hero .nav a {
  color: #1a1a1a;
}
.header.is-past-hero .profile-btn {
  color: #1a1a1a;
}
.header.is-past-hero .header__container__brand .header__logo-img--light {
  display: none;
}
.header.is-past-hero .header__container__brand .header__logo-img--dark {
  display: block;
}
.header.is-past-hero .hamburger span {
  background-color: #1a1a1a;
}

.footer {
  position: relative;
}
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer__cta {
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 4rem 20px;
}
@media (max-width: 760px) {
  .footer__cta {
    flex-direction: column;
    gap: 0.8rem;
    align-items: stretch;
  }
}
.footer__cta .link-btn {
  width: auto;
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 760px) {
  .footer__cta .link-btn {
    margin: auto;
  }
}
.footer__cta .link-btn {
  padding: 0.8rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer__cta .link-btn .icon-container {
  width: 12px;
  height: 12px;
}
.footer__cta .link-btn .icon-container svg {
  width: 100%;
  height: 100%;
}
.footer__cta .link-btn span {
  line-height: 1.2;
}
.footer__cta .link-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
@media (max-width: 760px) {
  .footer__cta .link-btn {
    width: 100%;
    min-width: 0;
  }
}
.footer__nav-wrap {
  background-color: white;
  padding: 2.4rem 20px;
}
.footer__nav-wrap .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 4rem;
  align-items: start;
}
@media (max-width: 760px) {
  .footer__nav-wrap .container {
    display: block;
  }
}
@media (max-width: 760px) {
  .footer__brand {
    display: none;
  }
}
.footer__logo {
  display: inline-block;
  line-height: 0;
}
.footer__logo img {
  width: auto;
  height: 26px;
  display: block;
  object-fit: contain;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 3rem;
}
@media (max-width: 760px) {
  .footer__nav {
    display: none;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer__col a {
  font-size: 0.75rem;
  color: #2e2e2e;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  word-break: break-word;
}
.footer__col a:hover {
  opacity: 0.55;
}
.footer__col--right a {
  font-size: 0.72rem;
}
.footer__link--underline {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px !important;
  color: #777 !important;
}
.footer__nav-sp {
  display: none;
}
@media (max-width: 760px) {
  .footer__nav-sp {
    display: block;
  }
}
.footer__nav-sp ul li {
  border-bottom: 0.5px solid rgba(46, 46, 46, 0.4);
}
.footer__nav-sp ul li a {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.85rem 0;
  font-size: 0.82rem;
  color: #2e2e2e;
  word-break: break-word;
}
.footer__nav-sp-sub {
  font-size: 0.68rem;
  color: #777;
}
.footer__nav-sp-address a {
  padding-bottom: 0.3rem !important;
}
.footer__nav-sp-address p {
  padding: 0 0 0.85rem;
  font-size: 0.72rem;
  line-height: 1.7;
  color: #777;
  word-break: break-word;
}
.footer__nav-sp-legal {
  display: flex;
  gap: 1.2rem;
  padding: 1rem 0;
}
.footer__nav-sp-legal a {
  font-size: 0.65rem;
  color: #777;
}
.footer__address {
  font-size: 0.68rem;
  color: #777;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.footer__copy {
  font-size: 0.65rem;
  color: #777;
  text-align: right;
}
.footer__sp-logo {
  display: none;
}
@media (max-width: 760px) {
  .footer__sp-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 0 1.5rem;
  }
}

.fab-reserve {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  background: #d2e9da;
  color: #2e2e2e;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.fab-reserve i {
  font-size: 0.78rem;
}
.fab-reserve:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .fab-reserve {
    right: 24px;
    bottom: 24px;
  }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}
.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px 14px 20px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.08);
}
.mobile-menu__brand {
  display: inline-flex;
  align-items: center;
}
.mobile-menu__brand img {
  width: auto;
  height: 26px;
  object-fit: contain;
  display: block;
}
.mobile-menu__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile-menu__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #fff;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.mobile-menu__icon {
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  color: #2e2e2e;
  font-size: 0.95rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-menu__icon:hover {
  opacity: 0.7;
}
.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__item {
  border-bottom: 1px solid rgba(46, 46, 46, 0.1);
}
.mobile-menu__item > a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 22px;
  font-size: 0.82rem;
  color: #2e2e2e;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.mobile-menu__item--underline > a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mobile-menu__sub {
  font-size: 0.58rem;
  color: #777;
  letter-spacing: 0.04em;
}
.mobile-menu__address {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.1);
}
.mobile-menu__address > a {
  display: inline-block;
  font-size: 0.82rem;
  color: #2e2e2e;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.mobile-menu__address p {
  margin: 6px 0 0;
  font-size: 0.62rem;
  color: #2e2e2e;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.mobile-menu__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 18px 22px 24px;
  font-size: 0.56rem;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.mobile-menu__legal a {
  color: #2e2e2e;
  text-decoration: none;
}
.mobile-menu__legal a:hover {
  opacity: 0.7;
}

.hamburger.is-open span {
  background-color: #2e2e2e;
}

@media (min-width: 1281px) {
  .mobile-menu {
    display: none;
  }
}
.btn {
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}
.btn--primary {
  background: #d8f1ed;
}
.btn--outline {
  background: white;
  border: 1px solid #2e2e2e;
}

.link-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 160px;
  padding: 10px 24px;
  color: #2e2e2e;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.link-btn span {
  line-height: 1.2;
}
.link-btn i {
  font-size: 12px;
  color: inherit;
}
.link-btn--primary {
  background-color: #d8f1ed;
}
.link-btn--secondary {
  background: #ededed;
}
.link-btn--outline {
  background: white;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.btn-readmore,
.gallery__button,
.post__cta,
.journal-card__more,
.shop-card__cta,
.menu-list__readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  padding: 12px 32px;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  background: #fff;
  color: #2e2e2e;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-readmore .icon-container svg path,
.btn-readmore .icon-container svg line,
.gallery__button .icon-container svg path,
.gallery__button .icon-container svg line,
.post__cta .icon-container svg path,
.post__cta .icon-container svg line,
.journal-card__more .icon-container svg path,
.journal-card__more .icon-container svg line,
.shop-card__cta .icon-container svg path,
.shop-card__cta .icon-container svg line,
.menu-list__readmore .icon-container svg path,
.menu-list__readmore .icon-container svg line {
  stroke: currentColor;
  transition: stroke 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-readmore:hover,
.gallery__button:hover,
.post__cta:hover,
.journal-card__more:hover,
.shop-card__cta:hover,
.menu-list__readmore:hover {
  background: #2e2e2e;
  color: #fff;
}

.profile-btn {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.35s ease;
}
.profile-btn span {
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
  font-weight: 300;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1281px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background-color: white;
  transition: all 0.3s ease;
}
.hamburger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.breadcrumb {
  font-size: 12px;
  color: #777;
  margin-bottom: 32px;
}

.top-page .hero {
  height: 560px;
  background: url("../images/top/hero.png") center/cover no-repeat;
}
@media (max-width: 768px) {
  .top-page .hero {
    height: 560px;
  }
}
.top-page .hero {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 16px;
}
.top-page .hero__overlay {
  display: none;
}
.top-page .about {
  display: grid;
  grid-template-columns: 1fr minmax(0, 440px);
  column-gap: 16px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .top-page .about {
    padding-top: 40px;
  }
}
.top-page .about h2 {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  margin-bottom: 18px;
}
.top-page .about__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-page .about__text p {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.top-page .about__text .link-btn {
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
}
.top-page .about__right {
  position: relative;
  height: 500px;
  max-width: 100%;
}
.top-page .about__right img {
  overflow: hidden;
  border-radius: 2px;
}
.top-page .about__right .top {
  width: 260px;
  height: 190px;
  position: absolute;
  right: 10%;
  top: 0;
}
.top-page .about__right .middle {
  width: 250px;
  height: 170px;
  top: 50%;
  position: absolute;
  transform: translateY(-20%);
}
.top-page .about__right .end {
  width: 150px;
  height: 200px;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .top-page .about {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    row-gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .top-page .about__left {
    position: static;
  }
  .top-page .about__right {
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .top-page .about__right .top {
    width: 260px;
    height: 190px;
    position: absolute;
    right: 10%;
    top: 0;
  }
}
@media (max-width: 768px) and (max-width: 370px) {
  .top-page .about__right .top {
    right: 0;
  }
}
@media (max-width: 768px) {
  .top-page .about__right .middle {
    width: 250px;
    height: 170px;
    top: 50%;
    position: absolute;
    transform: translateY(-20%);
  }
  .top-page .about__right .end {
    width: 150px;
    height: 200px;
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
.top-page .yomogi {
  display: grid;
  grid-template-columns: 1fr minmax(0, 540px);
}
@media (max-width: 768px) {
  .top-page .yomogi {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    row-gap: 16px;
  }
  .top-page .yomogi__left {
    position: static;
  }
  .top-page .yomogi__left .btn-readmore {
    display: none;
  }
}
.top-page .yomogi h2 {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  margin-bottom: 18px;
}
.top-page .yomogi__points-label {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  margin-bottom: 12px;
}
.top-page .yomogi__desc {
  font-size: 13px;
  line-height: 1.9;
  color: #2a2a2a;
}
.top-page .yomogi__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top-page .yomogi__right .btn-readmore {
  display: none;
}
@media (max-width: 768px) {
  .top-page .yomogi__right .btn-readmore {
    display: inline-flex;
  }
}
.top-page .yomogi__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top-page .yomogi__points {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .top-page .yomogi__points {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: -24px;
    padding: 4px 24px 16px;
    scrollbar-width: none;
    max-width: calc(100vw - 56px);
    margin-inline: 4px;
  }
  .top-page .yomogi__points::-webkit-scrollbar {
    display: none;
  }
}
.top-page .point {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.25);
}
@media (max-width: 768px) {
  .top-page .point {
    display: flex;
    flex-direction: column;
    flex: 0 0 78%;
    max-width: 280px;
    scroll-snap-align: start;
    gap: 12px;
  }
  .top-page .point__image {
    aspect-ratio: 16/9;
  }
}
.top-page .point:first-child {
  padding-top: 0;
}
.top-page .point__image {
  width: 270px;
  height: 190px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 768px) {
  .top-page .point__image {
    margin: auto;
  }
}
.top-page .point__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-page .point__image__num {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #aaaaaa;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  flex-shrink: 0;
}
.top-page .point__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding-top: 4px;
  flex: 1;
}
.top-page .point__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #1a1a1a;
}
.top-page .point__title strong {
  font-weight: 500;
}
.top-page .point__text {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}
.top-page .yomogi__accordion {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.top-page .accordion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 0.5px solid #d0d0d0;
  font-size: 16px;
  color: #2e2e2e;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-page .accordion-item i {
  font-size: 12px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 1px;
}
.top-page .accordion-item:hover {
  opacity: 0.6;
}
.top-page .gallery__flow__wrap {
  overflow: hidden;
  cursor: grab;
}
.top-page .gallery__flow__list {
  display: flex;
  will-change: transform;
}
.top-page .gallery__flow__list > div {
  flex: 0 0 auto;
}
.top-page .gallery__flow__list > div img {
  pointer-events: none;
}
.top-page .gallery {
  padding-bottom: 55px;
}
.top-page .gallery img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-page .gallery__main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 360px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top-page .gallery__main {
    height: 440px;
  }
}
.top-page .gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  color: #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.top-page .gallery__tag {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.top-page .gallery__title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 200;
}
.top-page .gallery__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
  width: fit-content;
  letter-spacing: 0.04em;
}
.top-page .gallery__arrow {
  font-size: 11px;
  color: inherit;
}
.top-page .gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}
.top-page .gallery__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top-page .gallery__card p {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.top-page .gallery__card-overlay {
  position: absolute;
  inset: 0;
  padding: 5%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}
.top-page .gallery__card-overlay p {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 576px) {
  .top-page .gallery__card-overlay p {
    font-size: 12px;
  }
}
.top-page .gallery__card-overlay a {
  width: fit-content;
  align-self: flex-end;
}
.top-page .gallery__card-overlay a i {
  width: 32px;
  height: 32px;
  background: #fff;
  font-size: 12px;
  color: #2e2e2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-page .journal {
  padding: 55px 0;
  background-color: #d2e9da;
}
.top-page .journal__inner {
  max-width: 768px;
  margin: 0 auto;
  padding-inline: 2rem;
}
.top-page .journal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.top-page .journal__tabs {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.top-page .journal__tabs .tab {
  background: none;
  border: none;
  padding: 0.5rem 0.9rem 0.6rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #777;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .journal__tabs .tab:nth-child(2) {
  font-size: 0.82rem;
}
.top-page .journal__tabs .tab--active {
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.top-page .journal__tabs .tab:hover:not(.top-page .journal__tabs .tab--active) {
  color: #2e2e2e;
}
.top-page .journal__tabs .tab:first-child {
  padding-left: 0;
}
.top-page .journal__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 14px;
  padding-block: 8px;
  padding-inline: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  font-weight: 300;
  letter-spacing: 0.04em;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: white;
}
@media (max-width: 640px) {
  .top-page .journal__view-all {
    display: none;
  }
}
.top-page .journal__view-all svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .journal__view-all:hover {
  background: #2e2e2e;
  color: #d2e9da;
}
.top-page .journal__view-all:hover svg {
  transform: translateX(3px);
}
.top-page .journal__footer {
  display: none;
}
@media (max-width: 640px) {
  .top-page .journal__footer {
    display: flex;
    border-top: 1px solid #2e2e2e;
    justify-content: center;
    padding-top: 1.6rem;
  }
}
.top-page .journal__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 2rem;
  width: 220px;
  font-size: 0.85rem;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  background: #fff;
  letter-spacing: 0.04em;
  justify-content: center;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .journal__footer-link i {
  font-size: 0.7rem;
}
.top-page .journal__footer-link:hover {
  background: #2e2e2e;
  color: #d2e9da;
}
.top-page .journal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.top-page .journal__grid[hidden] {
  display: none;
}
@media (max-width: 640px) {
  .top-page .journal__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top-page .journal__grid .post {
  display: flex;
  flex-direction: column;
  padding-block: 16px;
}
@media (max-width: 640px) {
  .top-page .journal__grid .post {
    padding-top: 0;
  }
}
.top-page .journal__grid .post__img-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.top-page .journal__grid .post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.post__img-wrap:hover .top-page .journal__grid .post__img {
  transform: scale(1.04);
}
.top-page .journal__grid .post__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.top-page .journal__grid .post__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.top-page .journal__grid .post__date {
  font-size: 0.72rem;
  color: #777;
  letter-spacing: 0.05em;
}
.top-page .journal__grid .post__category {
  font-size: 0.72rem;
  color: #777;
  letter-spacing: 0.05em;
  padding-left: 0.6rem;
  border-left: 1px solid rgba(46, 46, 46, 0.3);
}
.top-page .journal__grid .post__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.45;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.top-page .journal__grid .post__excerpt {
  font-size: 0.78rem;
  line-height: 1.85;
  color: #777;
  margin-top: 0.1rem;
}
.top-page .journal__grid .post__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
  align-self: flex-start;
  font-size: 0.78rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  background-color: white;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .journal__grid .post__cta svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .journal__grid .post__cta:hover {
  background: #2e2e2e;
  color: #d2e9da;
  border-color: #2e2e2e;
}
.top-page .journal__grid .post__cta:hover svg {
  transform: translateX(3px);
}
.top-page .news {
  padding: 55px 30px;
}
.top-page .news__inner {
  max-width: 600px;
  margin: 0 auto;
}
.top-page .news__heading {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  margin-bottom: 18px;
}
.top-page .news__list {
  list-style: none;
}
.top-page .news__item {
  border-bottom: 0.5px solid rgba(46, 46, 46, 0.4);
}
.top-page .news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 480px) {
  .top-page .news__link {
    gap: 1rem;
    padding: 0.9rem 0;
  }
}
.top-page .news__link:hover {
  opacity: 0.65;
}
.top-page .news__link:hover .news__arrow {
  transform: translateX(3px);
}
.top-page .news__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}
.top-page .news__date {
  font-size: 0.68rem;
  color: #777;
  letter-spacing: 0.06em;
}
.top-page .news__title {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.6;
  color: #2e2e2e;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-page .news__arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #2e2e2e;
  border-radius: 50%;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .news__arrow i {
  font-size: 0.7rem;
}
.top-page .news__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.top-page .news__view-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  padding: 0.6rem 2rem;
  width: 220px;
  justify-content: center;
  border-radius: 0;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .news__view-more svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-page .news__view-more:hover {
  background: #777;
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.top-page .news__view-more:hover svg {
  transform: translateX(3px);
}

.store__inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 3rem 4rem;
  align-items: start;
}
@media (max-width: 720px) {
  .store__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.store__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store__eyebrow {
  font-size: 18px;
  letter-spacing: 0.3em;
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-decoration-color: #2e2e2e;
}
.store__name {
  display: inline-block;
  line-height: 0;
  margin-top: 4px;
}
.store__name img {
  width: auto;
  height: 26px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .store__name img {
    height: 60px;
  }
}
.store__address-block p {
  font-size: 0.78rem;
  line-height: 1.8;
  color: #2e2e2e;
}
.store__desc {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.store__desc p {
  font-size: 0.78rem;
  line-height: 1.9;
  color: #777;
}
.store__link {
  color: #2e2e2e;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.store__hours {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.store__hours p {
  font-size: 0.78rem;
  line-height: 1.8;
  color: #777;
}
.store__hours-label {
  font-size: 0.78rem;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 0.1rem;
}
.store__media {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}
.store__map {
  width: 100%;
  aspect-ratio: 16/12;
  position: relative;
  background: #e8e8e8;
}
.store__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.store__photos {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  gap: 0;
}
.store__photo {
  overflow: hidden;
  position: relative;
  width: 170px;
  height: 120px;
}
.store__photo img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.store__photo:hover img {
  transform: scale(1.05);
}

.about-hero {
  height: 560px;
  background: url("../images/bg/about.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.about-hero__inner {
  width: 90%;
  margin: 0 auto;
}
.about-hero h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.about-breadcrumb {
  max-width: 880px;
  margin: 10px auto 32px;
  padding-inline: 32px;
  font-size: 12px;
  color: #888;
}

.about-intro {
  padding-block: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 0;
  padding-block: 32px;
  padding-inline: 32px;
}
@media (max-width: 768px) {
  .about-intro {
    grid-template-columns: 1fr;
  }
}
.about-intro h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.about-intro__lead {
  margin-bottom: 20px;
  line-height: 2;
}
.about-intro__text {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 2;
}

.about-section {
  padding-block: 40px;
  padding-inline: 32px;
}
.about-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-section__grid.reverse {
  direction: rtl;
}
.about-section__grid.reverse .about-section__text {
  direction: ltr;
}
.about-section__text {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.about-section__image img {
  width: 100%;
  display: block;
}
.about-section__image .caption {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #999;
  text-align: left;
}

.about-gallery {
  padding-block: 40px;
  padding-inline: 32px;
}
.about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about-gallery__grid img {
  width: 100%;
  display: block;
}

.about-profile {
  padding-block: 40px;
  padding-inline: 32px;
}
.about-profile__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}
.about-profile__text {
  gap: 8px;
}
.about-profile__text p {
  line-height: 1.6 !important;
}
.about-profile__right {
  display: grid;
  grid-template-columns: 1fr 270px;
  column-gap: 16px;
  row-gap: 24px;
}
@media (max-width: 576px) {
  .about-profile__right {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .about-profile__right .about-profile__image {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.about-profile__image {
  display: flex;
  flex-direction: column;
  width: 260px;
  gap: 12px;
}
.about-profile h3 {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  margin-bottom: 10px;
}
.about-profile h4 {
  margin-bottom: 15px;
}
.about-profile p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about-section__grid,
  .about-profile__inner {
    grid-template-columns: 1fr;
  }
  .about-section__grid {
    gap: 16px;
  }
  .about-section__grid .about-section__image {
    order: -1;
    max-width: 400px;
    margin: 0 auto;
  }
  .about-gallery__grid {
    grid-template-columns: 1fr;
  }
  .about-page img {
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
  .about-page img + span {
    text-align: center;
  }
}
.umiapart-page .hero {
  overflow: hidden;
  padding: 0;
}
.umiapart-page .hero__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .umiapart-page .hero__mosaic {
    grid-template-columns: 1fr;
  }
}
.umiapart-page .hero__cell--1 {
  position: relative;
}
.umiapart-page .hero__label {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 300;
  color: white;
  letter-spacing: 0.06em;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .umiapart-page .hero__label {
    top: 94%;
    left: 0;
    z-index: 2;
    transform: translate(0%, 0%);
  }
}
.umiapart-page .hero img {
  object-fit: cover;
  height: 560px;
}
@media (max-width: 768px) {
  .umiapart-page .hero img {
    height: 520px;
  }
}
.umiapart-page .hero__sp-cta {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .umiapart-page .hero__sp-cta {
    display: block;
  }
}
.umiapart-page .hero__sp-btn {
  font-size: 0.68rem;
  color: white;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.umiapart-page .breadcrumb {
  font-size: 0.68rem;
  color: #777;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.3rem;
}
.umiapart-page .breadcrumb a {
  color: #777;
}
.umiapart-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.umiapart-page .intro__heading {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-color: #777;
  text-underline-offset: 12px;
}
.umiapart-page .intro__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.umiapart-page .intro__body p {
  font-size: 0.875rem;
  line-height: 2;
  color: #2e2e2e;
}
.umiapart-page .point__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}
.umiapart-page .point__layout--reverse {
  direction: rtl;
}
.umiapart-page .point__layout--reverse > * {
  direction: ltr;
}
@media (max-width: 768px) {
  .umiapart-page .point__layout {
    grid-template-columns: 1fr;
    direction: ltr;
  }
}
.umiapart-page .point__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.umiapart-page .point__badge {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #777;
}
.umiapart-page .point__number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #aaaaaa;
  color: white;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.umiapart-page .point__heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.umiapart-page .point__body {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.umiapart-page .point__body p {
  font-size: 0.875rem;
  line-height: 2;
  color: #2e2e2e;
}
.umiapart-page .point__imgs {
  display: flex;
  gap: 6px;
}
.umiapart-page .point__imgs--1col {
  position: absolute;
  width: 700px;
  gap: 2px;
}
.umiapart-page .point__imgs--2col {
  position: absolute;
  width: 860px;
  gap: 2px;
}
.umiapart-page .point__imgs--single {
  grid-template-columns: 1fr;
}
.umiapart-page .point__imgs--3col {
  grid-template-columns: 1fr 1fr 1fr;
}
.umiapart-page .point__img {
  overflow: hidden;
  border-radius: 4px;
  margin: auto;
}
.umiapart-page .point__img--tall {
  width: 280px !important;
  height: 330px !important;
  grid-row: 1/span 2;
}
.umiapart-page .point__img img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.umiapart-page .point__img:hover img {
  transform: scale(1.04);
}
.umiapart-page .herbs {
  background: white;
  padding-block: 1rem;
}
.umiapart-page .herbs .container {
  border-top: 1px solid #777;
  padding-block: 32px;
}
.umiapart-page .herbs__heading {
  font-size: 0.88rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.umiapart-page .herbs__sub {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #777;
  margin-bottom: 2rem;
}
.umiapart-page .herbs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .umiapart-page .herbs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.umiapart-page .herb-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  cursor: pointer;
}
.umiapart-page .herb-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.umiapart-page .herb-card__img span {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 8px;
  text-align: center;
  right: 8px;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .herb-card:hover .umiapart-page .herb-card__img span {
  transform: scale(1.08);
}
.umiapart-page .herb-card__description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2e2e2e;
}
.umiapart-page .herb-card__name {
  font-size: 0.75rem;
  text-align: left;
  color: #2e2e2e;
}
.umiapart-page .herb-card__price {
  font-size: 0.68rem;
  text-align: left;
  line-height: 1.6;
  color: #777;
}
.umiapart-page .recommend__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  align-items: start;
}
@media (max-width: 768px) {
  .umiapart-page .recommend__grid {
    grid-template-columns: 1fr;
  }
}
.umiapart-page .recommend__left {
  background: #f4f6fc;
  padding: 32px;
  border-radius: 0;
}
.umiapart-page .recommend__heading {
  font-size: 0.88rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: #777;
}
.umiapart-page .recommend__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 1.2rem;
  list-style-type: "◎";
  list-style-position: inside;
}
.umiapart-page .recommend__list li {
  font-size: 0.72rem;
  line-height: 1.8;
  color: #2e2e2e;
  position: relative;
}
.umiapart-page .accordion {
  border-bottom: 0.5px solid #2e2e2e;
}
.umiapart-page .accordion:first-child {
  border-top: 0.5px solid #2e2e2e;
}
.umiapart-page .accordion__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1rem;
  color: #2e2e2e;
  gap: 1rem;
  text-align: left;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .accordion__btn:hover {
  opacity: 0.6;
}
.umiapart-page .accordion__btn[aria-expanded=true] .accordion__plus {
  opacity: 0;
}
.umiapart-page .accordion__icon {
  flex-shrink: 0;
}
.umiapart-page .accordion__minus, .umiapart-page .accordion__plus {
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .accordion__plus {
  transform-origin: center;
}
.umiapart-page .accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .accordion__body > * {
  padding-bottom: 1.2rem;
  font-size: 0.85rem;
  line-height: 1.9;
  color: #777;
}
.umiapart-page .accordion.is-open .accordion__body {
  max-height: 3000px;
}
.umiapart-page .accordion.is-open .accordion__plus {
  opacity: 0;
}
.umiapart-page .review-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.umiapart-page .review__title {
  font-size: 0.72rem;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 0.3rem;
}
.umiapart-page .review__body {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #777;
}
.umiapart-page .review__meta {
  font-size: 0.65rem;
  color: #777;
  margin-top: 0.3rem;
}
.umiapart-page .usage-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.umiapart-page .usage__tag {
  font-size: 0.7rem;
  color: #2e2e2e;
  margin-bottom: 0.3rem;
}
.umiapart-page .usage__body {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #777;
}
.umiapart-page .flow {
  background: white;
}
.umiapart-page .flow__heading {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.umiapart-page .flow__wrap {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.umiapart-page .flow__strip {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}
.umiapart-page .flow__step {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  text-align: center;
}
.umiapart-page .flow__illust {
  width: 280px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0.5px solid #2e2e2e;
}
.umiapart-page .flow__illust img {
  width: 200px;
  height: 120px;
  object-fit: contain;
}
.umiapart-page .flow__num {
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e2e;
}
.umiapart-page .flow__desc {
  font-size: 0.8rem;
  line-height: 1.9;
  color: #777;
  text-align: left;
}
.umiapart-page .flow__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.umiapart-page .flow__dot {
  appearance: none;
  background: rgba(46, 46, 46, 0.22);
  border: none;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.umiapart-page .flow__dot:hover {
  background: rgba(46, 46, 46, 0.4);
}
.umiapart-page .flow__dot--active {
  background: #2e2e2e;
  transform: scale(1.3);
}
.umiapart-page .qa .container {
  max-width: 760px;
  margin: auto;
}
.umiapart-page .qa__heading {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.umiapart-page .qa__list {
  border-top: 0.5px solid #2e2e2e;
}
.umiapart-page .qa__item {
  border-bottom: 0.5px solid #2e2e2e;
}
.umiapart-page .qa__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1rem;
  color: #2e2e2e;
  gap: 1rem;
  text-align: left;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .qa__q:hover {
  opacity: 0.6;
}
.umiapart-page .qa__q[aria-expanded=true] .accordion__plus {
  opacity: 0;
}
.umiapart-page .qa__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .qa__a p {
  padding-bottom: 1.2rem;
  font-size: 0.85rem;
  line-height: 2;
  color: #777;
}
.umiapart-page .qa__item.is-open .qa__a {
  max-height: 800px;
}
.umiapart-page .qa__item.is-open .accordion__plus {
  opacity: 0;
}
.umiapart-page #point-2 .point__img {
  width: 280px !important;
  height: 330px !important;
}
.umiapart-page #point-2 .point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.umiapart-page #point-2 .point__img-last {
  width: 120px !important;
}
.umiapart-page #point-2 .point__img-last img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.umiapart-page #point-3 .point__img {
  width: 280px !important;
  height: 330px !important;
}
.umiapart-page #point-3 .point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.umiapart-page #point-3 .point__img-last {
  width: 280px !important;
}
.umiapart-page #point-3 .point__img-last img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.umiapart-page #point-1 .point__img {
  width: 280px;
  height: 330px !important;
}
.umiapart-page #point-1 .point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.umiapart-page #point-1 .point__media {
  height: 330px;
}
@media (min-width: 769px) {
  .umiapart-page .point__imgs--1col,
  .umiapart-page .point__imgs--2col {
    width: calc(50vw - 1.5rem);
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .umiapart-page .point__imgs--1col::-webkit-scrollbar,
  .umiapart-page .point__imgs--2col::-webkit-scrollbar {
    display: none;
  }
  .umiapart-page .point__imgs--1col.is-scrollable,
  .umiapart-page .point__imgs--2col.is-scrollable {
    cursor: grab;
  }
  .umiapart-page .point__imgs--1col.is-grabbing,
  .umiapart-page .point__imgs--2col.is-grabbing {
    cursor: grabbing;
  }
  .umiapart-page #point-1 .point__media {
    margin-top: 64px;
  }
  .umiapart-page #point-1 .point__img,
  .umiapart-page #point-2 .point__img,
  .umiapart-page #point-3 .point__img {
    flex: 1 1 0;
    min-width: 320px;
    width: auto !important;
    height: 330px !important;
    margin: 0;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {
  .umiapart-page .point__media {
    height: auto !important;
    position: relative;
  }
  .umiapart-page #point-1 .point__media {
    margin-top: 0;
  }
  .umiapart-page .point__imgs {
    position: static !important;
    width: 100% !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .umiapart-page .point__imgs::-webkit-scrollbar {
    display: none;
  }
  .umiapart-page #point-1 .point__img,
  .umiapart-page #point-2 .point__img,
  .umiapart-page #point-3 .point__img,
  .umiapart-page .point__media .point__img {
    flex: 0 0 72% !important;
    width: 72% !important;
    height: auto !important;
    aspect-ratio: 3/4;
    margin: 0;
    scroll-snap-align: start;
  }
  .umiapart-page #point-1 .point__img img,
  .umiapart-page #point-2 .point__img img,
  .umiapart-page #point-3 .point__img img,
  .umiapart-page .point__media .point__img img {
    height: 100% !important;
  }
}
.umiapart-page .cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  padding: 0.7rem 2rem;
  min-width: 200px;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .cta-pill:hover {
  background: #2e2e2e;
  color: white;
}
@media (max-width: 768px) {
  .umiapart-page .cta-pill {
    min-width: 0;
    width: 100%;
  }
}
.umiapart-page .footer {
  background: #f7f7f7;
}
.umiapart-page .footer__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  align-items: start;
}
@media (max-width: 768px) {
  .umiapart-page .footer__inner {
    grid-template-columns: 1fr;
  }
}
.umiapart-page .footer__logo {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.umiapart-page .footer__nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0 2.5rem;
  justify-content: start;
}
@media (max-width: 768px) {
  .umiapart-page .footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.umiapart-page .footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.umiapart-page .footer__col a {
  font-size: 0.72rem;
  color: #2e2e2e;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .footer__col a:hover {
  opacity: 0.55;
}
.umiapart-page .footer__link-ul {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  color: #1a7ec8 !important;
}
.umiapart-page .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 0.5px solid #2e2e2e;
}
.umiapart-page .footer__address, .umiapart-page .footer__copy {
  font-size: 0.65rem;
  color: #777;
}
@media (max-width: 768px) {
  .umiapart-page .nav__actions a:not(.nav__btn):not(:last-child) {
    display: none;
  }
}
.umiapart-page .fade-init {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.umiapart-page .fade-init.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.modal-open {
  overflow: hidden;
}

.herb-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.25s;
}
.herb-modal[hidden] {
  display: flex !important;
}
.herb-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.herb-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.herb-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100% - 32px);
  max-height: 92vh;
  margin-top: 4vh;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transform: scale(0.96) translateY(8px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.herb-modal.is-open .herb-modal__panel {
  transform: scale(1) translateY(0);
}
.herb-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  transition: background 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.herb-modal__close:hover {
  background: #fff;
}
.herb-modal__media {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f7f7f7;
  flex-shrink: 0;
}
.herb-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.herb-modal__body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}
.herb-modal__title {
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e2e;
  display: flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: 0.04em;
}
.herb-modal__tag {
  font-size: 0.7rem;
  color: #777;
  font-weight: 400;
}
.herb-modal__desc {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #777;
}
.herb-modal__divider {
  border: none;
  border-top: 1px solid rgba(46, 46, 46, 0.25);
  margin: 4px 0;
}
.herb-modal__blends-heading {
  font-size: 0.78rem;
  color: #2e2e2e;
  margin-bottom: 2px;
  letter-spacing: 0.03em;
}
.herb-modal__blends {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 18px;
}
.herb-modal__blend {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.7rem;
  color: #2e2e2e;
}
.herb-modal__blend-name {
  color: #2e2e2e;
}
.herb-modal__blend-sub {
  color: #777;
  border-left: 1px solid rgba(46, 46, 46, 0.25);
  padding-left: 8px;
}
.herb-modal__note {
  font-size: 0.65rem;
  color: #777;
  line-height: 1.7;
  margin-top: 2px;
}
.herb-modal__close-text {
  align-self: flex-start;
  margin-top: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.78rem;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.menu-page .menu-hero {
  height: 560px;
  background: url("../images/menu/hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.menu-page .menu-hero__inner {
  width: 90%;
  margin: 0 auto;
  color: white;
}
@media (max-width: 768px) {
  .menu-page .menu-hero {
    height: 560px;
  }
}
.menu-page .menu-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.menu-page .menu-hero__sp-cta {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 320px;
}
@media (max-width: 768px) {
  .menu-page .menu-hero__sp-cta {
    display: block;
  }
}
.menu-page .menu-hero__sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.menu-page .menu-hero__sp-btn i {
  font-size: 0.7rem;
}
.menu-page .menu-list {
  padding: 60px 24px 50px;
}
@media (max-width: 768px) {
  .menu-page .menu-list {
    padding: 50px 16px 40px;
  }
}
.menu-page .menu-list .breadcrumb {
  font-size: 0.68rem;
  color: #777;
  margin-bottom: 32px;
  display: flex;
  gap: 0.4rem;
}
.menu-page .menu-list .breadcrumb a {
  color: #777;
}
.menu-page .menu-list .breadcrumb a:hover {
  color: #2e2e2e;
}
.menu-page .menu-list .breadcrumb__sep {
  color: #777;
}
.menu-page .menu-list__heading {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.06em;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 2rem;
  display: inline-block;
}
.menu-page .menu-list__group {
  margin-bottom: 1.4rem;
}
.menu-page .menu-list__group-label {
  font-size: 0.78rem;
  color: #777;
  margin-bottom: 0.6rem;
  letter-spacing: 0.04em;
}
.menu-page .menu-list__items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.menu-page .menu-list__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  color: #2e2e2e;
  padding: 0.15rem 0;
}
.menu-page .menu-list__name {
  flex: 1;
}
.menu-page .menu-list__price {
  flex-shrink: 0;
  color: #2e2e2e;
  font-feature-settings: "tnum" 1;
}
.menu-page .menu-list__note {
  font-size: 0.68rem;
  line-height: 1.9;
  color: #777;
  margin-top: 1rem;
}
.menu-page .menu-list__divider {
  border: none;
  border-top: 1px solid rgba(46, 46, 46, 0.35);
  margin: 2.2rem 0;
}
.menu-page .menu-list__custom {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.menu-page .menu-list__custom-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.menu-page .menu-list__custom-title {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2e2e2e;
}
.menu-page .menu-list__custom-price {
  font-size: 0.82rem;
  color: #2e2e2e;
}
.menu-page .menu-list__custom-desc {
  font-size: 0.72rem;
  line-height: 1.9;
  color: #777;
}
.menu-page .menu-list__readmore {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.6rem;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #2e2e2e;
  background: #fff;
  transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-page .menu-list__readmore i {
  font-size: 0.65rem;
}
.menu-page .menu-list__readmore:hover {
  background: #2e2e2e;
  color: #fff;
}
.menu-page .menu-banner {
  position: relative;
  display: block;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16/4.2;
}
@media (max-width: 768px) {
  .menu-page .menu-banner {
    aspect-ratio: 16/6;
  }
}
.menu-page .menu-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-page .menu-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
}
.menu-page .menu-banner__label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media (max-width: 768px) {
  .menu-page .menu-banner__label {
    font-size: 0.85rem;
    text-align: center;
  }
}
.menu-page .menu-banner:hover img {
  transform: scale(1.04);
}

.order-page {
  position: relative;
  z-index: 0;
  background-color: #1c1a18;
  color: #efece6;
  overflow-x: hidden;
}
.order-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("../images/order/hero.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.order-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #000;
  opacity: var(--order-darken, 0.2);
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.order-page .order-hero {
  position: relative;
  padding: 0;
  height: 100vh;
  min-height: 400px;
  max-height: 620px;
  overflow: hidden;
}
.order-page .order-hero__bg {
  display: none;
}
.order-page .order-hero__title {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.order-page .order-hero__title--left {
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .order-page .order-hero__title--left {
    left: 6%;
    font-size: 18px;
  }
}
.order-page .order-hero__title--right {
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .order-page .order-hero__title--right {
    right: 6%;
    font-size: 18px;
  }
}
.order-page .order-body {
  position: relative;
  padding: 120px 0 140px;
}
.order-page .order-body .container {
  position: relative;
  z-index: 90;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 24px;
}
.order-page .order-body nav {
  flex-direction: row !important;
  gap: 0px !important;
}
.order-page .order-item {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .order-page .order-item {
    flex-direction: column;
    gap: 24px;
  }
}
.order-page .order-item .order-block {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media (max-width: 768px) {
  .order-page .order-item .order-block {
    width: 100%;
  }
}
.order-page .order-item .order-block__heading {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
.order-page .order-item .order-block__heading--main {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}
.order-page .order-item .order-block__meta {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.order-page .order-item .order-block__subheading {
  font-size: 0.875rem;
  font-weight: 400;
  min-width: 150px;
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  padding: 6px 16px;
  border: 2px solid white;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.order-page .order-item .order-block__text {
  font-size: 0.875rem;
  line-height: 1.7;
}
.order-page .order-item .order-block__note {
  width: min(380px, 100%);
  font-size: 0.76rem;
  line-height: 1.9;
  align-self: flex-end;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .order-page .order-item .order-block__note {
    width: 100%;
    align-self: stretch;
  }
}
.order-page .order-item .order-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 220px;
  height: 48px;
  padding: 0.65rem 1.4rem;
  background: #fff;
  color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  font-size: 0.85rem;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.order-page .order-item .order-block__btn i {
  font-size: 0.7rem;
}
.order-page .order-item .order-block__btn:hover {
  opacity: 0.8;
}
.order-page .order-item .order-courses {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.order-page .order-item .order-courses__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  margin: 0;
  width: 100%;
}
.order-page .order-item--split {
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .order-page .order-item--split {
    flex-direction: column;
    gap: 24px;
  }
}
.order-page .order-item__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 380px;
  align-items: end;
  flex-shrink: 0;
}
.order-page .order-item__left .order-figure {
  width: 330px;
  height: 230px;
}
@media (max-width: 768px) {
  .order-page .order-item__left .order-figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.6;
  }
}
@media (max-width: 768px) {
  .order-page .order-item__left {
    width: 100%;
  }
}
.order-page .order-item__right {
  display: flex;
  flex-direction: column;
  gap: 54px;
  flex: 1;
  max-width: 380px;
}
@media (max-width: 768px) {
  .order-page .order-item__right {
    width: 100%;
    max-width: none;
  }
}
.order-page .order-item .order-figure {
  margin: 0;
  width: 330px;
  height: 230px;
  flex-shrink: 0;
  overflow: hidden;
  background: #2b2723;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .order-page .order-item .order-figure {
    width: 70%;
    height: auto;
    aspect-ratio: 4/2.6;
  }
}
.order-page .order-item .order-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.order-page .order-item .order-figure--offset-right {
  align-self: flex-end;
  margin-right: 0;
}
@media (max-width: 768px) {
  .order-page .order-item .order-figure--offset-right {
    align-self: flex-end;
  }
}
.order-page .order-item .order-figure--offset-left {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .order-page .order-item .order-figure--offset-left {
    align-self: flex-start;
    margin-right: 0;
  }
}
.order-page .order-item .order-figure--offset-center {
  align-self: center;
}
@media (max-width: 768px) {
  .order-page .order-item .order-figure--offset-center {
    align-self: center;
  }
}
.order-page #order-item-2 {
  justify-content: flex-start;
  gap: 80px;
  align-items: flex-start;
}
.order-page #order-item-2 figure {
  width: 290px;
  height: 200px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .order-page #order-item-2 {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.order-page #order-item-3 {
  align-items: start;
}
@media (max-width: 768px) {
  .order-page #order-item-3 {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .order-page #order-item-3 .order-figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.6;
  }
}

.wholesale-page .wholesale-hero {
  height: 560px;
  background: url("../images/wholesale/hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.wholesale-page .wholesale-hero__inner {
  width: 90%;
  margin: 0 auto;
  color: white;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-hero {
    height: 560px;
  }
}
.wholesale-page .wholesale-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wholesale-page .breadcrumb {
  font-size: 0.66rem;
  color: #777;
  margin-bottom: 32px;
  display: flex;
  gap: 0.35rem;
}
.wholesale-page .breadcrumb a {
  color: #777;
}
.wholesale-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.wholesale-page .breadcrumb__sep {
  color: #777;
}
.wholesale-page .wholesale-intro {
  padding: 50px 24px 36px;
}
.wholesale-page .wholesale-intro__heading {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  margin-bottom: 1.2rem;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.wholesale-page .wholesale-intro__body p {
  font-size: 0.875rem;
  line-height: 2;
  color: #777;
}
.wholesale-page .wholesale-divider {
  border: none;
  border-top: 1px solid rgba(46, 46, 46, 0.3);
  max-width: 880px;
  margin: 0 auto;
}
.wholesale-page .wholesale-handling {
  padding: 36px 24px 36px;
}
.wholesale-page .wholesale-handling__heading {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  margin-bottom: 0.8rem;
}
.wholesale-page .wholesale-handling__lead {
  font-size: 0.875rem;
  line-height: 2;
  color: #777;
  margin-bottom: 1.6rem;
}
.wholesale-page .wholesale-handling__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-handling__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.wholesale-page .wholesale-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.wholesale-page .wholesale-card__img {
  margin: 0;
  max-width: 420px;
  height: 260px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 2px;
}
.wholesale-page .wholesale-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wholesale-page .wholesale-card__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2e2e2e;
}
.wholesale-page .wholesale-card__text {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #777;
}
.wholesale-page .wholesale-contact {
  padding: 32px 24px 50px;
}
.wholesale-page .wholesale-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-contact__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.wholesale-page .wholesale-contact__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wholesale-page .wholesale-contact__heading {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
}
.wholesale-page .wholesale-contact__text {
  font-size: 0.875rem;
  line-height: 2;
  color: #777;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-contact__text br {
    display: none;
  }
}
.wholesale-page .wholesale-contact__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 220px;
  height: 48px;
  padding: 0.65rem 1.4rem;
  background: #fff;
  color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-top: 8px;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-contact__btn {
    align-self: center;
  }
}
.wholesale-page .wholesale-contact__btn i {
  font-size: 0.65rem;
}
.wholesale-page .wholesale-contact__btn:hover {
  opacity: 0.7;
}
.wholesale-page .wholesale-contact__right {
  background: #f2f2f2;
  padding: 60px 70px;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-contact__right {
    padding: 30px 40px;
  }
}
.wholesale-page .wholesale-contact__list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #2e2e2e;
  list-style-type: "・";
  list-style-position: inside;
}
.wholesale-page .wholesale-contact__list li {
  position: relative;
}
.wholesale-page .wholesale-shops {
  background: #d2e9da;
  padding: 50px 24px 60px;
}
.wholesale-page .wholesale-shops__heading {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  margin-bottom: 1.6rem;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.wholesale-page .wholesale-shops__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .wholesale-page .wholesale-shops__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.wholesale-page .shop-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  cursor: pointer;
}
.wholesale-page .shop-card__img {
  position: relative;
  margin: 0;
  max-width: 380px;
  height: 230px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}
.wholesale-page .shop-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.wholesale-page .shop-card__plus {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.wholesale-page .shop-card__plus i {
  display: none;
}
.wholesale-page .shop-card__plus::before, .wholesale-page .shop-card__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
}
.wholesale-page .shop-card__plus::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.wholesale-page .shop-card__plus::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.wholesale-page .shop-card:hover .wholesale-page .shop-card__img img {
  transform: scale(1.04);
}
.wholesale-page .shop-card:hover .wholesale-page .shop-card__plus {
  transform: scale(1.08);
}
.wholesale-page .shop-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.wholesale-page .shop-card__title {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2e2e2e;
}
.wholesale-page .shop-card__owner {
  font-size: 0.7rem;
  color: #777;
}
.wholesale-page .shop-card__note {
  font-size: 0.68rem;
  line-height: 1.8;
  color: #777;
}
.wholesale-page .shop-card__sub {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  color: #777;
}
.wholesale-page .shop-card__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.3rem;
  background: #fff;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-top: 8px;
  transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.wholesale-page .shop-card__cta i {
  font-size: 0.6rem;
}
.wholesale-page .shop-card__cta:hover {
  background: #2e2e2e;
  color: #fff;
}

.wholesale-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.25s;
}
.wholesale-modal[hidden] {
  display: flex !important;
}
.wholesale-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.wholesale-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.wholesale-modal__panel {
  position: relative;
  z-index: 1;
  width: min(440px, 100% - 32px);
  max-height: 92vh;
  margin-top: 4vh;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transform: scale(0.96) translateY(8px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.wholesale-modal.is-open .wholesale-modal__panel {
  transform: scale(1) translateY(0);
}
.wholesale-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #2e2e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  transition: background 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.wholesale-modal__close i {
  display: none;
}
.wholesale-modal__close::before, .wholesale-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}
.wholesale-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wholesale-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wholesale-modal__close:hover {
  background: #fff;
}
.wholesale-modal__head {
  padding: 22px 24px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wholesale-modal__owner {
  font-size: 0.62rem;
  color: #777;
  letter-spacing: 0.06em;
}
.wholesale-modal__title {
  font-size: 0.95rem;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.04em;
}
.wholesale-modal__sub {
  font-size: 0.66rem;
  color: #777;
  letter-spacing: 0.04em;
}
.wholesale-modal__media {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f7f7f7;
  flex-shrink: 0;
}
.wholesale-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wholesale-modal__body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}
.wholesale-modal__label {
  font-size: 0.7rem;
  color: #2e2e2e;
  letter-spacing: 0.04em;
}
.wholesale-modal__text {
  font-size: 0.7rem;
  line-height: 1.9;
  color: #777;
}
.wholesale-modal__divider {
  border: none;
  border-top: 1px solid rgba(46, 46, 46, 0.25);
  margin: 6px 0 2px;
}
.wholesale-modal__list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.68rem;
  line-height: 1.7;
  color: #2e2e2e;
  list-style: none;
  padding: 0;
}
.wholesale-modal__list li {
  position: relative;
  padding-left: 14px;
}
.wholesale-modal__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e2e2e;
}
.wholesale-modal__close-text {
  align-self: flex-start;
  margin-top: 10px;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.74rem;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.products-page .products-hero {
  height: 560px;
  background: url("../images/products/hero.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.products-page .products-hero__inner {
  width: 90%;
  margin: 0 auto;
  color: white;
}
@media (max-width: 768px) {
  .products-page .products-hero {
    height: 220px;
  }
}
.products-page .products-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-page .products-hero__title {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.products-page .breadcrumb {
  font-size: 0.66rem;
  color: #777;
  margin-bottom: 26px;
  display: flex;
  gap: 0.35rem;
}
.products-page .breadcrumb a {
  color: #777;
}
.products-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.products-page .breadcrumb__sep {
  color: #777;
}
.products-page .products-body {
  padding: 40px 24px 60px;
}
.products-page .products-body__inner {
  max-width: 800px;
  margin: 0 auto;
}
.products-page .products-body__layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .products-page .products-body__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.products-page .products-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .products-page .products-filter {
    display: none;
  }
}
.products-page .products-filter__heading {
  font-size: 0.74rem;
  color: #2e2e2e;
  letter-spacing: 0.06em;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 6px;
}
.products-page .products-filter__heading--mt {
  margin-top: 24px;
}
.products-page .products-filter__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.products-page .products-filter__item {
  font-size: 0.72rem;
  color: #777;
  letter-spacing: 0.04em;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .products-filter__item a {
  color: inherit;
  text-decoration: none;
}
.products-page .products-filter__item:hover {
  color: #2e2e2e;
}
.products-page .products-filter__item--active {
  color: #2e2e2e;
}
.products-page .products-filter__item--active a {
  font-weight: 500;
}
.products-page .products-filter__sort {
  width: 100%;
  padding: 8px 10px;
  font-size: 0.72rem;
  color: #2e2e2e;
  background: #fff;
  border: 0.5px solid #2e2e2e;
  border-radius: 2px;
}
.products-page .products-chips {
  display: none;
}
@media (max-width: 768px) {
  .products-page .products-chips {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    margin-bottom: 18px;
    -webkit-overflow-scrolling: touch;
  }
}
.products-page .products-chips__scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.products-page .products-chip {
  flex-shrink: 0;
  padding: 6px 14px;
  font-size: 0.72rem;
  color: #2e2e2e;
  background: #fff;
  border: 0.5px solid #2e2e2e;
  border-radius: 999px;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.products-page .products-chip--active {
  background: #2e2e2e;
  color: #fff;
}
.products-page .products-chips__sort {
  flex-shrink: 0;
  margin-left: auto;
  padding: 6px 10px;
  font-size: 0.7rem;
  color: #2e2e2e;
  background: #fff;
  border: 0.5px solid #2e2e2e;
  border-radius: 2px;
}
.products-page .products-grid-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.products-page .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 18px;
}
@media (max-width: 768px) {
  .products-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
}
.products-page .product-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #2e2e2e;
  text-decoration: none;
}
.products-page .product-card__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 480/360;
  overflow: hidden;
  background: #f7f7f7;
  position: relative;
}
.products-page .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .product-card:hover .products-page .product-card__img img {
  transform: scale(1.03);
}
.products-page .product-card__badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #2e2e2e;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  border-radius: 999px;
}
.products-page .product-card__badge--sold-out {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.products-page .product-card__badge--new {
  background: #d24a4a;
  color: #fff;
}
.products-page .product-card__title {
  font-size: 0.74rem;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
.products-page .product-card__price {
  font-size: 0.875rem;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.products-page .product-card__tax {
  font-size: 0.625rem;
  color: #777;
  margin-left: 2px;
}
.products-page .products-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0 8px;
}
.products-page .products-pagination__page {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #777;
  font-size: 0.74rem;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .products-pagination__page:hover {
  color: #2e2e2e;
}
.products-page .products-pagination__page--active {
  color: #2e2e2e;
}
.products-page .products-pagination__nav {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #2e2e2e;
  font-size: 0.7rem;
  cursor: pointer;
  border: 1px solid #2e2e2e;
  border-radius: 99px;
}
.products-page .products-pagination__nav:hover {
  opacity: 0.6;
}
.products-page .products-filter-toggle {
  display: none;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 0.72rem;
  color: #2e2e2e;
  background: #fff;
  border: 0.5px solid #2e2e2e;
  border-radius: 999px;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.products-page .products-filter-toggle i {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .products-page .products-filter-toggle {
    display: inline-flex;
  }
}
.products-page .products-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .products-page .products-drawer {
    display: none;
  }
}
.products-page .products-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.products-page .products-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .products-drawer.is-open .products-drawer__overlay {
  opacity: 1;
}
.products-page .products-drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75%;
  max-width: 320px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 4px 0 18px rgba(0, 0, 0, 0.08);
}
.products-page .products-drawer.is-open .products-drawer__panel {
  transform: translateX(0);
}
.products-page .products-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 12px;
}
.products-page .products-drawer__title {
  margin: 0;
  font-size: 0.8rem;
  color: #2e2e2e;
  letter-spacing: 0.04em;
}
.products-page .products-drawer__close {
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  border: none;
  color: #2e2e2e;
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.products-page .products-drawer__close:hover {
  opacity: 0.6;
}
.products-page .products-drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  overflow-y: auto;
}
.products-page .products-drawer__item {
  border-top: 1px solid transparent;
}
.products-page .products-drawer__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  font-size: 0.78rem;
  color: #2e2e2e;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .products-drawer__label:hover {
  background: rgba(0, 0, 0, 0.03);
}
.products-page .products-drawer__check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #2e2e2e;
  cursor: pointer;
}
.products-page .products-drawer__foot {
  padding: 14px 18px 18px;
  background: #d2e9da;
}
.products-page .products-drawer__apply {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: #2e2e2e;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-page .products-drawer__apply:hover {
  opacity: 0.7;
}
.products-page .products-drawer__count {
  font-size: 0.72rem;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}

.products-totalbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  border-top: 1px solid #ededed;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.06);
  padding-block: 14px;
  padding-inline: 2rem;
}
.products-totalbar[hidden] {
  display: none;
}
.products-totalbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .products-totalbar__inner {
    gap: 0.75rem;
  }
}
.products-totalbar__info {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  min-width: 0;
}
.products-totalbar__total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: #2e2e2e;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.products-totalbar__total small {
  font-size: 0.72rem;
  color: #777;
}
.products-totalbar__total span {
  font-size: 1.1rem;
  font-weight: 500;
}
.products-totalbar__count {
  font-size: 0.78rem;
  color: #777;
  letter-spacing: 0.02em;
}
.products-totalbar__count span {
  font-weight: 500;
  color: #2e2e2e;
}
.products-totalbar__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.products-totalbar__clear {
  background: none;
  border: 1px solid #ededed;
  color: #777;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-totalbar__clear:hover {
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.products-totalbar__buy {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2e2e2e;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border: 1px solid #2e2e2e;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-totalbar__buy:hover {
  background: #d2e9da;
  color: #2e2e2e;
}
.products-totalbar__buy i {
  font-size: 0.78rem;
}
@media (max-width: 576px) {
  .products-totalbar__buy {
    padding: 10px 14px;
    font-size: 0.76rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

.pd-page {
  background: #fff;
}
.pd-page .breadcrumb {
  font-size: 0.62rem;
  color: #777;
  margin-bottom: 14px;
  display: flex;
  gap: 0.35rem;
}
.pd-page .breadcrumb a {
  color: #777;
}
.pd-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.pd-page .breadcrumb__sep {
  color: #777;
}
.pd-page .pd-top {
  padding: 20px 24px 60px;
}
@media (max-width: 768px) {
  .pd-page .pd-top {
    padding: 10px 16px 36px;
  }
}
.pd-page .pd-top__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 44px;
  align-items: start;
}
@media (max-width: 768px) {
  .pd-page .pd-top__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.pd-page .pd-top__gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-page .pd-top__main {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 2px;
}
.pd-page .pd-top__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .pd-page .pd-top__main {
    display: none;
  }
}
.pd-page .pd-top__slider {
  display: none;
}
@media (max-width: 768px) {
  .pd-page .pd-top__slider {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.pd-page .pd-top__viewport {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .pd-page .pd-top__viewport {
    display: block;
  }
}
.pd-page .pd-top__track {
  display: flex;
  gap: 4px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.pd-page .pd-top__track::-webkit-scrollbar {
  display: none;
}
.pd-page .pd-top__arrow {
  position: absolute;
  bottom: 5%;
  right: 10%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #2e2e2e;
  box-shadow: 0 1px 4px rgba(46, 46, 46, 0.2);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-top__arrow:active {
  background: #fff;
}
.pd-page .pd-top__arrow.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pd-page .pd-top__slide {
  flex: 0 0 90%;
  max-width: 90%;
  width: 90%;
  aspect-ratio: 6/7;
  scroll-snap-align: start;
  background: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
}
.pd-page .pd-top__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-page .pd-top__slider--single .pd-top__slide, .pd-page .pd-top__track--single .pd-top__slide {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.pd-page .pd-top__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 4px 0 2px;
}
.pd-page .pd-top__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(46, 46, 46, 0.25);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-top__dot--active {
  background: #2e2e2e;
  transform: scale(1.2);
}
.pd-page .pd-top__thumbs {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .pd-page .pd-top__thumbs {
    display: none;
  }
}
.pd-page .pd-top__thumb {
  padding: 0;
  width: 96px;
  height: 72px;
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .pd-page .pd-top__thumb {
    width: 84px;
    height: 64px;
  }
}
.pd-page .pd-top__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-page .pd-top__thumb--active {
  border-color: #2e2e2e;
}
.pd-page .pd-top__thumb:hover {
  border-color: rgba(46, 46, 46, 0.5);
}
.pd-page .pd-top__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-page .pd-top__title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
.pd-page .pd-top__meta {
  font-size: 10px;
  border: 1px solid #ccc;
  padding: 2px 4px;
  border-radius: 12px;
  background-color: #bbb;
}
.pd-page .pd-top__sku {
  font-size: 0.7rem;
  color: #2e2e2e;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.pd-page .pd-variants {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.pd-page .pd-variant {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  grid-template-areas: "size price" "qty  btn";
  column-gap: 16px;
  row-gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .pd-page .pd-variant {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "size price" "qty  btn";
    column-gap: 10px;
  }
}
.pd-page .pd-variant__size {
  grid-area: size;
  font-size: 0.7rem;
  color: #2e2e2e;
  line-height: 1.4;
}
.pd-page .pd-variant__size small {
  font-size: 0.6rem;
  color: #777;
}
.pd-page .pd-variant__price {
  grid-area: price;
  margin: 0;
  text-align: right;
  font-size: 1rem;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.pd-page .pd-variant__price small {
  font-size: 0.6rem;
  color: #777;
  margin-left: 2px;
}
.pd-page .pd-variant__qty {
  grid-area: qty;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
}
.pd-page .pd-variant__qty-btn {
  flex: 0 0 auto;
  padding: 0 6px;
  background: transparent;
  border: none;
  font-size: 0.95rem;
  line-height: 1;
  color: #2e2e2e;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-variant__qty-btn:hover {
  opacity: 0.6;
}
.pd-page .pd-variant__qty-num {
  font-size: 0.8rem;
  color: #2e2e2e;
  min-width: 1ch;
  text-align: center;
}
.pd-page .pd-variant__btn {
  grid-area: btn;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 40px;
  background: #ededed;
  color: #2e2e2e;
  border: none;
  border-radius: 2px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-variant__btn:hover {
  opacity: 0.8;
}
.pd-page .pd-variant__btn-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-size: 0.55rem;
}
.pd-page .pd-top__price {
  margin: 6px 0 0;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pd-page .pd-variants__foot {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  font-size: 0.66rem;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  .pd-page .pd-variants__foot {
    flex-wrap: wrap;
  }
}
.pd-page .pd-foot-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-page .pd-foot-list__item {
  border-top: 1px solid #ededed;
}
.pd-page .pd-foot-row {
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  font: inherit;
  font-size: 0.9rem;
  color: #2e2e2e;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-foot-row:hover {
  opacity: 0.7;
}
.pd-page .pd-foot-row__label {
  white-space: nowrap;
}
.pd-page .pd-foot-row__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pd-page .pd-foot-row__rating .pd-review__stars {
  display: inline-flex;
  gap: 2px;
  color: #f5a623;
  font-size: 0.86rem;
  line-height: 1;
}
.pd-page .pd-foot-row__rating .pd-review__stars .fa-regular {
  color: #ddd;
}
.pd-page .pd-foot-row__count {
  color: #2e2e2e;
  font-size: 0.82rem;
}
.pd-page .pd-foot-row__arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-size: 0.7rem;
}
.pd-page .pd-variants__foot-note {
  color: #2e2e2e;
  font-size: 0.72rem;
}
.pd-page .pd-accordions {
  margin-top: 16px;
  border-top: 1px solid #ededed;
}
.pd-page .pd-accordion {
  border-bottom: 1px solid #ededed;
}
.pd-page .pd-accordion__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  padding: 14px 0;
  font: inherit;
  font-size: 0.82rem;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-align: left;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-accordion__head:hover {
  color: #777;
}
.pd-page .pd-accordion__title {
  flex: 1;
}
.pd-page .pd-accordion__count {
  color: #777;
  font-size: 0.78rem;
  margin-left: 0.2rem;
}
.pd-page .pd-accordion__icon {
  font-size: 0.78rem;
  color: #777;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-page .pd-accordion.is-open .pd-page .pd-accordion__icon {
  transform: rotate(180deg);
}
.pd-page .pd-accordion__body {
  padding: 0 0 18px;
}
.pd-page .pd-accordion__body > * + * {
  margin-top: 12px;
}
.pd-page .pd-accordion__text {
  font-size: 0.78rem;
  line-height: 1.85;
  color: #2e2e2e;
  white-space: pre-line;
  word-break: break-word;
}
.pd-page .pd-accordion__empty {
  margin: 0;
  font-size: 0.72rem;
  color: #777;
  line-height: 1.7;
}
.pd-page .pd-accordion__empty a {
  color: #1a7ec8;
  text-decoration: underline;
}
.pd-page .pd-info {
  margin: 8px 0 0;
  font-size: 0.72rem;
  line-height: 1.95;
  color: #2e2e2e;
}
.pd-page .pd-info p {
  margin: 0;
}
.pd-page .pd-info__heading {
  font-weight: 500;
}
.pd-page .pd-info__line {
  letter-spacing: 0.02em;
}
.pd-page .pd-info__dash {
  letter-spacing: 0;
}
.pd-page .pd-info__desc {
  letter-spacing: 0.02em;
}
.pd-page .pd-info__notes {
  list-style: none;
  padding: 0;
  margin: 1.4em 0 0;
}
.pd-page .pd-info__notes li {
  position: relative;
  padding-left: 1.1em;
}
.pd-page .pd-info__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.pd-page .pd-info__points {
  margin: 1.4em 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.pd-page .pd-info__point dt {
  position: relative;
  padding-left: 1.2em;
  font-weight: 400;
}
.pd-page .pd-info__point dt::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.55em;
  font-size: 0.62em;
  line-height: 1;
}
.pd-page .pd-info__point dd {
  margin: 0;
}
.pd-page .pd-about {
  padding: 80px 24px 80px;
  background: #fff;
}
.pd-page .pd-about .container {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
}
@media (max-width: 768px) {
  .pd-page .pd-about .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pd-page .pd-about {
    padding: 40px 16px 50px;
  }
}
.pd-page .pd-about__heading {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  padding-bottom: 0.4rem;
  margin-bottom: 12px;
  display: inline-block;
  min-width: 70px;
}
.pd-page .pd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}
.pd-page .pd-block:last-child {
  margin-bottom: 0;
}
.pd-page .pd-block__set {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .pd-page .pd-block__set {
    gap: 36px;
  }
}
.pd-page .pd-block__caption {
  font-size: 0.62rem;
  color: #2e2e2e;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.pd-page .pd-block__title {
  width: 100%;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2e2e2e;
}
.pd-page .pd-block__text {
  width: 100%;
  font-size: 0.72rem;
  line-height: 2;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.pd-page .pd-block__img {
  margin: 0;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 2px;
}
.pd-page .pd-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-page .pd-block__img--portrait {
  width: 100%;
  max-width: 100%;
}
.pd-page .pd-block__img--narrow {
  width: 280px;
  aspect-ratio: 4/3;
  max-width: 100%;
}
.pd-page .pd-block__img--wide {
  width: 100%;
  aspect-ratio: 16/9;
}
.pd-page .pd-recommend {
  background: #d2e9da;
  padding: 50px 24px 60px;
}
@media (max-width: 768px) {
  .pd-page .pd-recommend {
    padding: 36px 16px 44px;
  }
}
.pd-page .pd-recommend__layout {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 24px;
  align-items: start;
}
@media (max-width: 768px) {
  .pd-page .pd-recommend__layout {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
}
.pd-page .pd-recommend__heading {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  margin: 0;
  padding-top: 6px;
}
.pd-page .pd-recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 14px;
}
@media (max-width: 768px) {
  .pd-page .pd-recommend__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10px;
  }
}
.pd-page .pd-recommend .product-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #2e2e2e;
  text-decoration: none;
}
.pd-page .pd-recommend .product-card__img {
  position: relative;
  margin: 0;
  max-height: 160px;
  object-fit: contain;
  overflow: hidden;
  background: #fff;
}
.pd-page .pd-recommend .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-page .pd-recommend .product-card__badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #fff;
  color: #2e2e2e;
  font-size: 0.55rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pd-page .pd-recommend .product-card__title {
  font-size: 0.74rem;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 1.45;
  margin: 0;
}
.pd-page .pd-recommend .product-card__price {
  font-size: 0.88rem;
  color: #2e2e2e;
  margin: 0;
}
.pd-page .pd-recommend .product-card__price small {
  font-size: 0.625rem;
  color: #777;
  margin-left: 4px;
  letter-spacing: 0.02em;
}
.pd-page {
  /* ----- Popups (review / shipping / payment) ----- */
}
.pd-page .pd-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 16px;
}
.pd-page .pd-modal.is-open {
  display: flex;
}
.pd-page .pd-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.pd-page .pd-modal__panel {
  position: relative;
  margin: auto;
  width: min(640px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .pd-page .pd-modal__panel {
    width: 100%;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
  }
}
.pd-page .pd-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
}
.pd-page .pd-modal__title {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #2e2e2e;
}
.pd-page .pd-modal__count {
  font-size: 0.7rem;
  color: #777;
  margin-left: 4px;
}
.pd-page .pd-modal__close {
  appearance: none;
  background: none;
  border: none;
  padding: 4px 8px;
  font-size: 1rem;
  color: #2e2e2e;
  cursor: pointer;
}
.pd-page .pd-modal__close:hover {
  opacity: 0.6;
}
.pd-page .pd-modal__body {
  padding: 16px 20px;
  overflow: auto;
  flex: 1;
}
.pd-page .pd-modal__body--iframe {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.pd-page .pd-modal__iframe {
  width: 100%;
  flex: 1;
  min-height: 60vh;
  border: 0;
  display: block;
  background: #fff;
}
.pd-page .pd-modal__fallback {
  margin: 0;
  padding: 10px 18px;
  font-size: 0.66rem;
  color: #777;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.pd-page .pd-modal__fallback a {
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pd-page .pd-modal__empty {
  margin: 0;
  padding: 24px 4px;
  text-align: center;
  font-size: 0.74rem;
  color: #777;
}
.pd-page .pd-modal {
  /* Embedded BASE shop markup (shipping / payment / reviews modals).
     BASE serves these sections fully styled on its own domain, but their
     stylesheet isn't loaded here — these rules give the scraped HTML a
     readable, on-brand look inside our modal body. */
}
.pd-page .pd-modal__base {
  font-size: 0.78rem;
  line-height: 1.7;
  color: #2e2e2e;
}
.pd-page .pd-modal__base h2,
.pd-page .pd-modal__base h3 {
  font-weight: 600;
  font-size: 0.86rem;
  margin: 16px 0 6px;
  color: #2e2e2e;
}
.pd-page .pd-modal__base p {
  margin: 0 0 8px;
  font-size: 0.7rem;
  line-height: 1.8;
}
.pd-page .pd-modal__base a {
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pd-page .pd-modal__base img {
  display: inline-block;
  width: auto;
  max-height: 28px;
  vertical-align: middle;
}
.pd-page .pd-modal__base ul,
.pd-page .pd-modal__base ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-page .pd-modal__base {
  /* Shipping: tab buttons (international tab disabled below); fee tables. */
}
.pd-page .pd-modal__base .cot-shipping-tab {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.pd-page .pd-modal__base .cot-shipping-tabChild {
  flex: 0 0 auto;
}
.pd-page .pd-modal__base .cot-shipping-tabButton {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 0.74rem;
  cursor: default;
}
.pd-page .pd-modal__base .cot-shipping-tabButton[aria-expanded=true] {
  background: #2e2e2e;
  color: #fff;
  border-color: #2e2e2e;
}
.pd-page .pd-modal__base .cot-shipping-tabContent[aria-hidden=true] {
  display: none;
}
.pd-page .pd-modal__base .cot-shipping-intro {
  margin: 0 0 12px;
}
.pd-page .pd-modal__base .cot-shipping-method {
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-inline: 0;
}
.pd-page .pd-modal__base .cot-shipping-methodTitle {
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.pd-page .pd-modal__base .cot-shipping-methodDescription {
  font-size: 0.7rem;
  color: #777;
  margin-bottom: 6px;
}
.pd-page .pd-modal__base .cot-shipping-methodInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  padding: 6px 0;
}
.pd-page .pd-modal__base {
  /* JS-driven accordion: each method/region section toggles .is-expanded
     on click of the label. We hide BASE's raw checkbox unconditionally. */
}
.pd-page .pd-modal__base .cot-shipping-accordionSwitch {
  display: none;
}
.pd-page .pd-modal__base .cot-shipping-accordionLabel {
  cursor: pointer;
  user-select: none;
}
.pd-page .pd-modal__base {
  /* Method-level toggle: "詳しく見る / 閉じる" + chevron sitting on the
     right of the row (the row container handles the left text). */
}
.pd-page .pd-modal__base .cot-shipping-methodInfoToggle.cot-shipping-accordionLabel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pd-page .pd-modal__base {
  /* Region-level toggle: the label IS the full row — region name &
     prefectures on the left, chevron pinned to the right. */
}
.pd-page .pd-modal__base .cot-shipping-sizeAreaToggle.cot-shipping-accordionLabel {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
}
.pd-page .pd-modal__base .cot-shipping-sizeAreaToggle.cot-shipping-accordionLabel > div {
  flex: 1 1 auto;
  min-width: 0;
}
.pd-page .pd-modal__base {
  /* Smoothly animate open/close: grid-template-rows 0fr <-> 1fr expands
     to whatever the content needs without a fixed max-height. */
}
.pd-page .pd-modal__base .cot-shipping-accordionContent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.pd-page .pd-modal__base .cot-shipping-accordionContent > * {
  overflow: hidden;
  min-height: 0;
}
.pd-page .pd-modal__base .cot-shipping-methodInfoToggleText[data-type=close] {
  display: none;
}
.pd-page .pd-modal__base .cot-shipping-method.is-expanded > .cot-shipping-accordionContent,
.pd-page .pd-modal__base .cot-shipping-sizeContainer.is-expanded > .cot-shipping-accordionContent {
  grid-template-rows: 1fr;
}
.pd-page .pd-modal__base .cot-shipping-method.is-expanded .cot-shipping-methodInfoToggleText[data-type=open],
.pd-page .pd-modal__base .cot-shipping-sizeContainer.is-expanded .cot-shipping-methodInfoToggleText[data-type=open] {
  display: none;
}
.pd-page .pd-modal__base .cot-shipping-method.is-expanded .cot-shipping-methodInfoToggleText[data-type=close],
.pd-page .pd-modal__base .cot-shipping-sizeContainer.is-expanded .cot-shipping-methodInfoToggleText[data-type=close] {
  display: inline;
}
.pd-page .pd-modal__base .cot-shipping-method.is-expanded > .cot-shipping-methodInfo .cot-shipping-accordionIcon,
.pd-page .pd-modal__base .cot-shipping-method.is-expanded > .cot-shipping-sizeHead .cot-shipping-accordionIcon,
.pd-page .pd-modal__base .cot-shipping-sizeContainer.is-expanded > .cot-shipping-methodInfo .cot-shipping-accordionIcon,
.pd-page .pd-modal__base .cot-shipping-sizeContainer.is-expanded > .cot-shipping-sizeHead .cot-shipping-accordionIcon {
  transform: rotate(-135deg);
  margin-bottom: -3px;
}
.pd-page .pd-modal__base {
  /* BASE's shopicon font isn't loaded here — draw the chevron with borders. */
}
.pd-page .pd-modal__base .cot-shipping-accordionIcon {
  flex: 0 0 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-bottom: 3px;
}
.pd-page .pd-modal__base .cot-shipping-accordionIcon::before {
  content: "";
}
.pd-page .pd-modal__base .cot-shipping-sizeContainer {
  padding: 0;
  border-top: 1px solid #f0f1f4;
  list-style: none;
}
.pd-page .pd-modal__base .cot-shipping-sizeHeadName {
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.4;
}
.pd-page .pd-modal__base .cot-shipping-sizeHeadPrefectures {
  color: #777;
  font-size: 0.66rem;
  line-height: 1.5;
}
.pd-page .pd-modal__base {
  /* BASE inserts <br class="...PrefectureBr"> every 4 prefectures; their
     own CSS hides it on desktop. Their CSS doesn't load here, so hide
     it ourselves so the prefecture list flows naturally. */
}
.pd-page .pd-modal__base .cot-shipping-sizeHeadPrefectureBr,
.pd-page .pd-modal__base .cot-shipping-methodAreaPrefectureBr {
  display: none;
}
.pd-page .pd-modal__base {
  /* Server-side wrapper around the prefecture <span>s: lets them flex-wrap
     as a group so the layout stays clean on any container width. */
}
.pd-page .pd-modal__base .pd-modal__prefectures {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  margin-top: 2px;
}
.pd-page .pd-modal__base {
  /* Pricing tables — keep them at natural width (narrow) and inset.
     Inner wrapper carries the padding so the outer grid track can
     collapse cleanly during the accordion animation. */
}
.pd-page .pd-modal__base .cot-shipping-sizeBody {
  padding: 0;
}
.pd-page .pd-modal__base .cot-shipping-sizeBodyInner {
  overflow-x: auto;
}
.pd-page .pd-modal__base .cot-shipping-sizeBody table {
  border-collapse: collapse;
  width: auto;
  text-align: center;
}
.pd-page .pd-modal__base .cot-shipping-sizeBody th,
.pd-page .pd-modal__base .cot-shipping-sizeBody td {
  border: 1px solid #d3dae4;
  padding: 4px 8px;
  min-width: 120px;
  white-space: nowrap;
}
.pd-page .pd-modal__base .cot-shipping-sizeBody th {
  background: #f1f3f7;
  font-weight: 400;
  font-size: 0.66rem;
  height: 24px;
}
.pd-page .pd-modal__base .cot-shipping-sizeBody td {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px;
}
.pd-page .pd-modal__base .cot-shipping-sizeBody th:first-child,
.pd-page .pd-modal__base .cot-shipping-sizeBody td:first-child {
  text-align: left;
  font-weight: 400;
  font-size: 0.66rem;
}
.pd-page .pd-modal__base {
  /* Payment list. */
}
.pd-page .pd-modal__base .cot-paymentsInfo-item {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.pd-page .pd-modal__base .cot-paymentsInfo-item:last-child {
  border-bottom: 0;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemName {
  font-size: 0.84rem;
  font-weight: 600;
  margin: 0 0 6px;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemLogo {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 8px;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemLogo img {
  max-height: 24px;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemDescription {
  background: #fafafa;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.72rem;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemFee {
  display: inline-block;
  margin-top: 8px;
}
.pd-page .pd-modal__base .cot-paymentsInfo-itemFeeBnpl {
  display: block;
}
.pd-page .pd-modal__base {
  /* Reviews — BASE prerenders one <li class="review01__listChild"> per item. */
}
.pd-page .pd-modal__base .pd-review__aggregate {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.pd-page .pd-modal__base .pd-review__aggregateMeta {
  font-size: 0.78rem;
  color: #2e2e2e;
}
.pd-page .pd-modal__base .pd-review__aggregateMeta small {
  color: #777;
  margin-left: 2px;
}
.pd-page .pd-modal__base .pd-review__stars {
  display: inline-flex;
  gap: 2px;
  color: #f5a623;
  font-size: 0.86rem;
  line-height: 1;
}
.pd-page .pd-modal__base .pd-review__stars .fa-regular {
  color: #ddd;
}
.pd-page .pd-modal__base .cot-review-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pd-page .pd-modal__base .review01__listChild {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.pd-page .pd-modal__base .review01__listChild:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pd-page .pd-modal__base .review01__itemInfo {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
}
.pd-page .pd-modal__base .review01__imgWrap {
  flex: 0 0 64px;
}
.pd-page .pd-modal__base .review01__img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
}
.pd-page .pd-modal__base .review01__item {
  display: block;
  flex: 1;
}
.pd-page .pd-modal__base .review01__iconImg {
  display: none;
}
.pd-page .pd-modal__base .review01__itemName {
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0 0 4px;
}
.pd-page .pd-modal__base .review01__date {
  font-size: 0.66rem;
  color: #777;
}
.pd-page .pd-modal__base .review01__comment {
  margin: 8px 0 0;
  font-size: 0.74rem;
  line-height: 1.7;
  white-space: pre-wrap;
}
.pd-page .pd-modal__base .review01__reply {
  margin-top: 8px;
  padding: 10px 12px;
  background: #fafafa;
  border-radius: 4px;
  font-size: 0.72rem;
  line-height: 1.7;
  white-space: pre-wrap;
  color: #2e2e2e;
}
.pd-page .pd-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pd-page .pd-review {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.pd-page .pd-review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.pd-page .pd-review__stars {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: #f3b13e;
  letter-spacing: 1px;
}
.pd-page .pd-review__stars .fa-regular {
  color: #ddd;
}
.pd-page .pd-review__title {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #2e2e2e;
}
.pd-page .pd-review__comment {
  margin: 0 0 6px;
  font-size: 0.72rem;
  line-height: 1.7;
  color: #2e2e2e;
}
.pd-page .pd-review__date {
  margin: 0;
  font-size: 0.62rem;
  color: #777;
}

.journal-page {
  background: #fff;
}
.journal-page .breadcrumb {
  font-size: 0.66rem;
  color: #777;
  margin-bottom: 12px;
  display: flex;
  gap: 0.35rem;
}
.journal-page .breadcrumb a {
  color: #777;
}
.journal-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.journal-page .breadcrumb__sep {
  color: #777;
}
.journal-page .journal-hero {
  padding: 80px 24px 20px;
}
@media (max-width: 768px) {
  .journal-page .journal-hero {
    padding: 70px 16px 16px;
  }
}
.journal-page .journal-hero__inner {
  max-width: 980px;
  margin: 0 auto;
}
.journal-page .journal-hero__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.journal-page .journal-hero__title {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.journal-page .journal-hero__sub {
  font-size: 0.66rem;
  color: #777;
  letter-spacing: 0.04em;
  margin: 0;
}
.journal-page .journal-body {
  padding: 24px 24px 60px;
}
@media (max-width: 768px) {
  .journal-page .journal-body {
    padding: 18px 16px 40px;
  }
}
.journal-page .journal-body__inner {
  max-width: 980px;
  margin: 0 auto;
}
.journal-page .journal-body__layout {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .journal-page .journal-body__layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.journal-page .journal-filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .journal-page .journal-filter {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(46, 46, 46, 0.1);
  }
}
.journal-page .journal-filter__item {
  list-style: none;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.journal-page .journal-filter__item a {
  color: #777;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.journal-page .journal-filter__item a:hover {
  color: #2e2e2e;
}
.journal-page .journal-filter__item--active a {
  color: #2e2e2e;
  font-weight: 500;
}
.journal-page .journal-filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .journal-page .journal-filter__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.journal-page .journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 36px;
}
@media (max-width: 768px) {
  .journal-page .journal-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 22px;
  }
}
.journal-page .journal-card__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #2e2e2e;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.journal-page .journal-card__link:hover {
  opacity: 0.85;
}
.journal-page .journal-card__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 2px;
}
.journal-page .journal-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.journal-page .journal-card__placeholder {
  background: #d8d8d8;
}
.journal-page .journal-card__meta {
  margin: 4px 0 0;
  font-size: 0.58rem;
  color: #777;
  letter-spacing: 0.04em;
}
.journal-page .journal-card__meta span {
  margin-left: 6px;
}
.journal-page .journal-card__title {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.journal-page .journal-card__excerpt {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.7;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.journal-page .journal-card__more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 6px;
  padding: 0.5rem 1.2rem;
  background: #fff;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.journal-page .journal-card__more i {
  font-size: 0.6rem;
}
.journal-page .journal-card__more:hover {
  background: #2e2e2e;
  color: #fff;
}
.journal-page .journal-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 36px 0 8px;
}
.journal-page .journal-pagination__page {
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #777;
  font-size: 0.74rem;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.journal-page .journal-pagination__page:hover {
  color: #2e2e2e;
}
.journal-page .journal-pagination__page--active {
  color: #2e2e2e;
}
.journal-page .journal-pagination__nav {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #2e2e2e;
  border-radius: 999px;
  color: #2e2e2e;
  font-size: 0.7rem;
  cursor: pointer;
}
.journal-page .journal-pagination__nav:hover {
  opacity: 0.6;
}

.journal-detail-page {
  background: #fff;
  overflow-x: hidden;
}
.journal-detail-page .breadcrumb {
  font-size: 0.62rem;
  color: #777;
  display: flex;
  gap: 0.35rem;
  margin-bottom: 18px;
}
.journal-detail-page .breadcrumb a {
  color: #777;
}
.journal-detail-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.journal-detail-page .breadcrumb__sep {
  color: #777;
}
.journal-detail-page .jd-article {
  padding: 80px 24px 40px;
}
@media (max-width: 768px) {
  .journal-detail-page .jd-article {
    padding: 70px 16px 30px;
  }
}
.journal-detail-page .jd-hero {
  margin: 0 auto 28px;
  max-width: 760px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0;
  background: #e8e8e8;
}
.journal-detail-page .jd-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .journal-detail-page .jd-hero {
    aspect-ratio: 16/10;
    margin-bottom: 18px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.journal-detail-page .jd-container {
  max-width: 760px;
  margin: 0 auto;
}
.journal-detail-page .jd-meta {
  font-size: 0.6rem;
  color: #777;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.journal-detail-page .jd-meta span {
  margin-left: 6px;
}
.journal-detail-page .jd-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
}
.journal-detail-page .jd-lead {
  font-size: 0.7rem;
  line-height: 1.95;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  margin: 0 0 18px;
}
.journal-detail-page .jd-ingredients {
  font-size: 0.7rem;
  line-height: 1.9;
  color: #2e2e2e;
  margin-bottom: 24px;
}
.journal-detail-page .jd-ingredients__heading {
  margin: 0 0 4px;
  font-weight: 500;
}
.journal-detail-page .jd-ingredients__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.journal-detail-page .jd-ingredients__list li {
  position: relative;
  padding-left: 1em;
}
.journal-detail-page .jd-ingredients__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.journal-detail-page .jd-divider {
  border: none;
  border-top: 1px solid rgba(46, 46, 46, 0.18);
  margin: 4px 0 36px;
}
@media (max-width: 768px) {
  .journal-detail-page .jd-divider {
    margin: 4px 0 24px;
  }
}
.journal-detail-page .jd-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 768px) {
  .journal-detail-page .jd-body {
    gap: 22px;
  }
}
.journal-detail-page .jd-figure {
  margin: 0;
}
.journal-detail-page .jd-figure__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #d8d8d8;
  border-radius: 2px;
}
.journal-detail-page .jd-figure__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.journal-detail-page .jd-figure__caption {
  font-size: 0.6rem;
  line-height: 1.85;
  color: #777;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.journal-detail-page .jd-section-title {
  font-size: 0.78rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.04em;
  margin: 6px 0 8px;
}
.journal-detail-page .jd-section-text {
  font-size: 0.7rem;
  line-height: 1.95;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  margin: 0;
}
.journal-detail-page .jd-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(46, 46, 46, 0.18);
}
@media (max-width: 768px) {
  .journal-detail-page .jd-nav {
    margin-top: 30px;
  }
}
.journal-detail-page .jd-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.journal-detail-page .jd-nav__link:hover {
  opacity: 0.7;
}
.journal-detail-page .jd-nav__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(46, 46, 46, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  color: #2e2e2e;
}

.news-hero__title {
  text-align: center !important;
}

.news-page {
  background: #fff;
}
.news-page .breadcrumb {
  font-size: 0.62rem;
  color: #777;
  display: flex;
  gap: 0.35rem;
}
.news-page .breadcrumb a {
  color: #777;
}
.news-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.news-page .breadcrumb__sep {
  color: #777;
}
.news-page .news-hero {
  padding: 80px 24px 90px;
}
@media (max-width: 768px) {
  .news-page .news-hero {
    padding: 70px 16px 18px;
  }
}
.news-page .news-hero__inner {
  max-width: 880px;
  margin: 0 auto;
}
.news-page .news-hero__title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2e2e2e;
  margin: 110px 0 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2e2e2e;
  display: inline-block;
}
@media (max-width: 768px) {
  .news-page .news-hero__title {
    margin-top: 20px;
  }
}
.news-page .news-list-section {
  padding: 0 24px 60px;
}
@media (max-width: 768px) {
  .news-page .news-list-section {
    padding: 0 16px 40px;
  }
}
.news-page .news-list-section__inner {
  max-width: 640px;
  margin: 0 auto;
}
.news-page .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(46, 46, 46, 0.18);
}
.news-page .news-item {
  border-top: 1px solid rgba(46, 46, 46, 0.18);
}
.news-page .news-item:first-child {
  border-top: none;
}
.news-page .news-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 4px;
  color: #2e2e2e;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-page .news-item__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .news-page .news-item__link {
    padding: 14px 2px;
  }
}
.news-page .news-item__body {
  flex: 1 1 auto;
  min-width: 0;
}
.news-page .news-item__date {
  font-size: 0.6rem;
  color: #777;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}
.news-page .news-item__title {
  font-size: 0.72rem;
  line-height: 1.6;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  margin: 0;
}
.news-page .news-item__icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(46, 46, 46, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-size: 0.55rem;
}
@media (max-width: 768px) {
  .news-page .news-item__icon {
    display: none;
  }
}
.news-page .news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 32px 0 0;
}
.news-page .news-pagination__page {
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  background: none;
  border: none;
  color: #777;
  font-size: 0.74rem;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-page .news-pagination__page:hover {
  color: #2e2e2e;
}
.news-page .news-pagination__page--active {
  color: #2e2e2e;
  font-weight: 500;
}
.news-page .news-pagination__nav {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(46, 46, 46, 0.4);
  background: none;
  color: #2e2e2e;
  font-size: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-page .news-pagination__nav:hover {
  opacity: 0.6;
}
.news-page .news-cta {
  background: #f7f7f7;
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .news-page .news-cta {
    flex-direction: column;
    gap: 0.8rem;
    padding: 32px 24px;
  }
}
.news-page .news-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: 220px;
  padding: 0.7rem 1.4rem;
  background: #fff;
  color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-page .news-cta__btn i {
  font-size: 0.7rem;
}
.news-page .news-cta__btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .news-page .news-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}

.news-detail-page {
  background: #fff;
}
.news-detail-page .breadcrumb {
  font-size: 0.62rem;
  color: #777;
  display: flex;
  gap: 0.35rem;
  margin-bottom: 90px;
}
.news-detail-page .breadcrumb a {
  color: #777;
}
.news-detail-page .breadcrumb a:hover {
  color: #2e2e2e;
}
.news-detail-page .breadcrumb__sep {
  color: #777;
}
@media (max-width: 768px) {
  .news-detail-page .breadcrumb {
    margin-bottom: 28px;
  }
}
.news-detail-page .nd-article {
  padding: 80px 24px 50px;
}
@media (max-width: 768px) {
  .news-detail-page .nd-article {
    padding: 70px 16px 30px;
  }
}
.news-detail-page .nd-container {
  max-width: 760px;
  margin: 0 auto;
}
.news-detail-page .nd-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.06em;
  margin: 24px 0 32px;
}
@media (max-width: 768px) {
  .news-detail-page .nd-title {
    text-align: center;
    margin: 16px 0 24px;
  }
}
.news-detail-page .nd-content {
  margin-top: 70px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .news-detail-page .nd-content {
    margin-top: 24px;
    padding: 0;
  }
}
.news-detail-page .nd-date {
  font-size: 0.62rem;
  color: #777;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
}
.news-detail-page .nd-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.72rem;
  line-height: 1.95;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
.news-detail-page .nd-body p {
  margin: 0;
}
@media (max-width: 768px) {
  .news-detail-page .nd-body a {
    display: inline-block;
    max-width: calc(100vw - 48px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news-detail-page .nd-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 20px 60px;
  border-top: 1px solid rgba(46, 46, 46, 0.18);
  border-bottom: 1px solid rgba(46, 46, 46, 0.18);
}
@media (max-width: 768px) {
  .news-detail-page .nd-nav {
    margin-top: 24px;
    padding: 14px 8px;
  }
}
.news-detail-page .nd-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: #2e2e2e;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-detail-page .nd-nav__link:hover {
  opacity: 0.7;
}
.news-detail-page .nd-nav__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(46, 46, 46, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  color: #2e2e2e;
}
.news-detail-page .news-cta {
  background: #f7f7f7;
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .news-detail-page .news-cta {
    flex-direction: column;
    gap: 0.8rem;
    padding: 32px 24px;
  }
}
.news-detail-page .news-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-width: 220px;
  padding: 0.7rem 1.4rem;
  background: #fff;
  color: #2e2e2e;
  border: 0.5px solid #2e2e2e;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-detail-page .news-cta__btn i {
  font-size: 0.7rem;
}
.news-detail-page .news-cta__btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .news-detail-page .news-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}

/*# sourceMappingURL=styles.css.map */
