/** Shopify CDN: Minification failed

Line 133:0 All "@import" rules must come first

**/
/* Custom overrides 2026-05-01 sudo */

/* Layout: logo-left, menu-center, icons-right (override Taste middle-left grid) */
@media (min-width: 990px) {
  .header.header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 2rem;
  }
  .header.header--middle-left .header__heading,
  .header.header--middle-left .header__heading-link {
    grid-area: heading;
    justify-self: start;
  }
  .header.header--middle-left .header__inline-menu {
    grid-area: navigation;
    justify-self: center;
    margin-left: 0;
  }
  .header.header--middle-left .header__icons {
    grid-area: icons;
    justify-self: end;
  }
  .header.header--middle-left .header__inline-menu .list-menu--inline {
    justify-content: center;
  }
}

/* Transparent header overlaid on hero (homepage only) */
@media (min-width: 750px) {
  body.template-index .shopify-section-group-header-group {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent !important;
  }
  body.template-index .shopify-section-group-header-group .header-wrapper,
  body.template-index .shopify-section-group-header-group .header,
  body.template-index .shopify-section-group-header-group .announcement-bar {
    background: transparent !important;
  }
  body.template-index .shopify-section-group-header-group,
  body.template-index .shopify-section-group-header-group a,
  body.template-index .shopify-section-group-header-group .header__menu-item,
  body.template-index .shopify-section-group-header-group .announcement-bar__message {
    color: #ffffff !important;
  }
  body.template-index .shopify-section-group-header-group .icon,
  body.template-index .shopify-section-group-header-group svg {
    color: #ffffff !important;
    stroke: #ffffff;
  }
  /* Logo invert if needed (will check after) */
  body.template-index .shopify-section-group-header-group .header__heading-logo {
    /* Could add filter: brightness(0) invert(1); if logo image needs to invert */
  }
}

/* ===== 3バナー section (added 2026-05-01, dark text 2026-05-08) ===== */

.sudo-3banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
@media (max-width: 749px) {
  .sudo-3banners { grid-template-columns: 1fr; }
}

.sudo-3banner {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  text-decoration: none !important;
  color: #ffffff !important;
  display: block;
  background: #f4f1ec;
}
.sudo-3banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sudo-3banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.16,1,.3,1);
}
.sudo-3banner:hover .sudo-3banner__img { transform: scale(1.04); }
.sudo-3banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0) 75%);
  pointer-events: none;
}
.sudo-3banner__content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  color: #ffffff !important;
}
.sudo-3banner__heading {
  font-size: clamp(1.8rem, 2vw, 2.4rem) !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
  margin: 0 0 .6rem 0 !important;
  line-height: 1.3;
  color: #ffffff !important;
}
.sudo-3banner__sub {
  font-size: 1.2rem !important;
  margin: 0 !important;
  opacity: .95;
  line-height: 1.5;
  color: #ffffff !important;
}

/* ===== Kodawari page (added 2026-05-08) ===== */
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Noto+Serif+JP:wght@400;500&family=Noto+Sans+JP:wght@400;500&display=swap');

.kodawari-template-wrapper {
  --kd-cream: #fbf6f0;
  --kd-cream-2: #f5ece2;
  --kd-peach: #d49a8c;
  --kd-gold: #c9a880;
  --kd-ink: #2a2a2a;
  --kd-ink-soft: #4a4a4a;
  --kd-muted: #888;
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  color: var(--kd-ink);
  background: linear-gradient(180deg, #fbf6f0 0%, #f5ece2 60%, #f0e5d8 100%);
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.kodawari-template-wrapper * { box-sizing: border-box; }

/* Hero */
.kodawari-hero {
  position: relative;
  padding: 7rem 2rem 5rem;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(251,246,240,0.55) 0%, rgba(245,236,226,0.85) 100%), url('/cdn/shop/files/kodawari_hero_bg.jpg?v=1778233351');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kodawari-hero__title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(2.6rem, 4.6vw, 4.4rem) !important;
  font-weight: 500 !important;
  letter-spacing: .14em;
  color: var(--kd-ink) !important;
  margin: 0 0 1.6rem 0 !important;
  line-height: 1.4;
}
.kodawari-hero__divider {
  width: 4rem;
  height: 1px;
  background: var(--kd-gold);
  margin: 0 auto 1.4rem;
}
.kodawari-hero__subtitle {
  font-family: 'Italianno', cursive;
  font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  color: var(--kd-peach);
  letter-spacing: .04em;
  margin: 0;
  line-height: 1;
}

/* Section grid */
.kd-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}
.kd-section__text { padding: 0 .5rem; grid-column: 1; grid-row: 1; }
.kd-section__media { grid-column: 2; grid-row: 1; }
.kd-section--imgleft .kd-section__media { grid-column: 1; }
.kd-section--imgleft .kd-section__text { grid-column: 2; }

.kd-section__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.kd-section__caption {
  font-size: 1.1rem;
  color: var(--kd-muted);
  margin: .8rem 0 0 0;
  text-align: left;
  font-weight: 400;
}

.kd-section__label {
  font-family: 'Italianno', cursive;
  font-size: 2.4rem;
  color: var(--kd-peach);
  letter-spacing: .04em;
  margin: 0 0 .8rem 0;
  display: block;
  line-height: 1;
}
.kd-section__heading {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(2.2rem, 2.8vw, 2.8rem) !important;
  font-weight: 500 !important;
  letter-spacing: .08em;
  color: var(--kd-ink) !important;
  margin: 0 0 2rem 0 !important;
  line-height: 1.5;
}
.kd-section__heading::after {
  content: '';
  display: block;
  width: 3rem;
  height: 1px;
  background: var(--kd-gold);
  margin-top: 1.6rem;
}
.kd-section__body {
  font-size: 1.4rem !important;
  line-height: 2.1;
  color: var(--kd-ink-soft);
  margin: 0 0 1.6rem 0;
  font-weight: 400;
}
.kd-section__note {
  font-size: 1.15rem;
  color: var(--kd-muted);
  line-height: 1.9;
  margin: 2.5rem 0 0 0;
}
.kd-section__note a {
  color: var(--kd-peach);
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 749px) {
  .kodawari-hero { padding: 5rem 1.5rem 3.5rem; }
  .kd-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 1.5rem;
  }
  .kd-section__text,
  .kd-section__media,
  .kd-section--imgleft .kd-section__text,
  .kd-section--imgleft .kd-section__media {
    grid-column: 1;
  }
  .kd-section__media { grid-row: 2; }
  .kd-section__text { grid-row: 1; }
}







/* ====================================================================
   Hero slideshow heading/text: Mincho + drop shadow
   added 2026-05-11 (sudo)  tag: hero-slideshow-mincho-2026-05-11
   ==================================================================== */
.slideshow__text .banner__heading,
.slideshow__text-wrapper > h2,
.slideshow__text-wrapper > .banner__heading {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "YuMincho",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
    "HG明朝E", "MS P明朝", "MS 明朝", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
}

.slideshow__text-wrapper p,
.slideshow__text-wrapper > .rte {
  font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", "YuMincho",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
    "HG明朝E", "MS P明朝", "MS 明朝", serif !important;
  letter-spacing: 0.04em;
}


/* ====================================================================
   sudo nutrition + product-feature (tuned 20260511)
   - summary: rte-body size (1.5rem)
   - table: slightly smaller (1.3rem), transparent header
   - note: 1.2rem
   - product-feature body: rte-body size (1.5rem)
   - product-feature image: half width (grid 1fr 3fr)
   ==================================================================== */
.product__description details.sudo-nutrition {
  margin: 1.25rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product__description details.sudo-nutrition > summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding: 0.75rem 0;
  position: relative;
  font-size: 1.5rem;
}
.product__description details.sudo-nutrition > summary::-webkit-details-marker {
  display: none;
}
.product__description details.sudo-nutrition > summary::after {
  content: "↓";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.3rem;
  transition: transform 200ms ease;
}
.product__description details.sudo-nutrition[open] > summary::after {
  content: "↑";
}
.product__description table.sudo-nutrition-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1rem;
  font-size: 1.3rem;
}
.product__description table.sudo-nutrition-table th,
.product__description table.sudo-nutrition-table td {
  border: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.product__description table.sudo-nutrition-table th {
  background: transparent;
  font-weight: 500;
  width: 40%;
  white-space: nowrap;
}
.product__description table.sudo-nutrition-table td {
  background: #fff;
}
.product__description p.sudo-nutrition-note {
  margin: 0.5rem 0 1rem;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 749px) {
  .product__description table.sudo-nutrition-table th {
    width: 50%;
  }
}

/* product-feature: image left (1/4) / text right (3/4) */
.sudo-product-feature__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3rem;
  align-items: center;
}
.sudo-product-feature--image-right .sudo-product-feature__inner {
  direction: rtl;
}
.sudo-product-feature--image-right .sudo-product-feature__inner > * {
  direction: ltr;
}
.sudo-product-feature__media {
  overflow: hidden;
}
.sudo-product-feature__media img,
.sudo-product-feature__media svg {
  width: 100%;
  height: auto;
  display: block;
}
.sudo-product-feature__heading {
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.4rem);
  margin: 0 0 1.25rem;
  letter-spacing: 0.04em;
  color: #015e69;
  font-weight: 500;
}
.sudo-product-feature__body {
  font-size: 1.5rem;
  line-height: 1.85;
  color: #1b1b1b;
}
.sudo-product-feature__body p {
  margin: 0 0 1em;
}
@media (max-width: 749px) {
  .sudo-product-feature__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sudo-product-feature--image-right .sudo-product-feature__inner {
    direction: ltr;
  }
}

/* sudo-product-feature section title (H2, centered, accent line) */
.sudo-product-feature__section-title {
  font-size: clamp(1.8rem, 1.4rem + 1.2vw, 2.6rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  color: #015e69;
  margin: 0 0 2rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.sudo-product-feature__section-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #015e69;
  margin: 0.75rem auto 0;
}

/* ---------- Instagram banner (BIGGER TEXT / TIGHT SPACING, 2026-05-25 part4) ---------- */
.sudo-igbanner-wrap {
  display: flex;
  justify-content: center;
  margin: 4px auto;       /* tight vertical spacing */
  padding: 0 20px;
}
.sudo-igbanner {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #015e69;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease;
  width: 38%;
  min-width: 340px;
  max-width: 460px;
}
.sudo-igbanner:hover {
  transform: translateY(-2px);
  background: #024a52;
}
.sudo-igbanner__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  text-align: left;
}
.sudo-igbanner__icon { color: #ffffff; line-height: 0; }
.sudo-igbanner__icon svg { width: 48px; height: 48px; }
.sudo-igbanner__text { line-height: 1.3; }
.sudo-igbanner__heading {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.95;
}
.sudo-igbanner__handle {
  margin: 2px 0 0;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.sudo-igbanner__sub { display: none; }
.sudo-igbanner__cta { display: none; }

@media (max-width: 990px) {
  .sudo-igbanner { width: 70%; max-width: 520px; }
  .sudo-igbanner__handle { font-size: 1.7rem; }
}
@media (max-width: 749px) {
  .sudo-igbanner { width: 100%; max-width: 100%; min-width: 0; }
  .sudo-igbanner__inner { padding: 16px 20px; gap: 14px; }
  .sudo-igbanner__icon svg { width: 40px; height: 40px; }
  .sudo-igbanner__handle { font-size: 1.5rem; }
}

/* ---------- Footer dark teal override + NUKE all borders (2026-05-25 part4) ---------- */
.footer,
.shopify-section-group-footer-group .footer {
  background-color: #015e69 !important;
  background-image: none !important;
}
.footer a,
.footer p,
.footer li,
.footer span,
.footer h2,
.footer h3,
.footer .footer-block__heading,
.footer .footer__copyright,
.footer .copyright__content,
.footer .footer__list-social a {
  color: #ffffff !important;
}
.footer a:hover { color: #ecfdff !important; }
.footer .footer-block__heading { letter-spacing: 0.06em; }

/* Remove ALL borders / dividers inside footer */
.footer *,
.footer__content-top,
.footer__content-bottom,
.footer__content-bottom-wrapper,
.footer__content-bottom-wrapper--center,
.footer__column,
.footer__column--info,
.footer__localization,
.footer__payment,
.footer__list-social,
.footer__copyright,
.footer hr {
  border-top: none !important;
  border-bottom: none !important;
  border-color: transparent !important;
}
.footer hr { display: none !important; }

/* ---------- Part5: rep photo 80% + payment tight (2026-05-25) ---------- */
/* Representative photo column → 40% width on desktop (= 80% of original 50% medium).
   Important: keep Taste theme's aspect-ratio mechanism intact — only resize the
   outer media-item column, never touch .image-with-text__media or its <img>. */
@media screen and (min-width: 750px) {
  .shopify-section[id*="99ab7800-dd22-4f47-bb6c-ebed418acd1b"] .image-with-text__media-item {
    flex: 0 0 32% !important;
    max-width: 32% !important;
  }
  .shopify-section[id*="99ab7800-dd22-4f47-bb6c-ebed418acd1b"] .image-with-text__text-item {
    flex: 1 1 auto !important;
    max-width: 68% !important;
  }
}

/* Footer payment icons row: kill all extra vertical padding */
.footer .footer__content-bottom,
.footer .footer__content-bottom-wrapper,
.footer .footer__content-bottom-wrapper--center,
.footer .footer__column,
.footer .footer__column--info,
.footer .footer__payment {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer .footer__payment {
  padding: 4px 0 !important;
  margin: 0 !important;
}
.footer .list-payment {
  margin: 0 !important;
  padding: 0 !important;
}
.footer .list-payment__item {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.footer .footer__copyright {
  padding-top: 4px !important;
  padding-bottom: 6px !important;
  margin: 0 !important;
}

/* ---------- Part7: +36px margin below 3banners / NEWS / Instagram (2026-05-25) ---------- */
.shopify-section.sudo-3banners-section,
.shopify-section[id*="sudo-3banners-001"] {
  margin-bottom: 36px !important;
}
.shopify-section[id*="37edaa57-6a20-44c5-9f89-9bf6258c1126"] {
  margin-bottom: 36px !important;
}
.shopify-section.sudo-igbanner-section,
.shopify-section[id*="sudo-instagram-001"] {
  margin-bottom: 36px !important;
}


/* 2026-07-07 logo nudge */
/* homepage transparent header: push logo down 50px to clear announcement bar */
body.template-index .header__heading,
body.template-index .header__heading-link {
  margin-top: 14px !important;
}


/* 2026-07-07 3banner white text */
.sudo-3banner__heading, .sudo-3banner__sub { text-shadow: 0 1px 6px rgba(0,0,0,0.35); }
