/* EAT-0001 — series001 風（小魏ブランド） */
:root {
  --eat-bg: #ffffff;
  --eat-bg-soft: #fafafa;
  --eat-surface: #ffffff;
  --eat-ink: #1a1a1a;
  --eat-ink-body: #333333;
  --eat-muted: #888888;
  --eat-sub: #555555;
  --eat-line: #e8e8e8;
  --eat-line-light: #eeeeee;
  --eat-accent: #8b1a2b;
  --eat-dark: #1a1a1a;
  --eat-max: 1100px;
  --eat-font: var(--cjk-font, "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "PingFang SC", "Microsoft YaHei", "Malgun Gothic", sans-serif);
  --eat-letter: 0.04em;
  /* type scale (html=10px base in EC-CUBE) */
  --eat-fs-sm: 1.3rem;   /* 13px meta */
  --eat-fs-base: 1.4rem; /* 14px body / form */
  --eat-fs-md: 1.5rem;   /* 15px */
  --eat-fs-lg: 1.6rem;   /* 16px */
  --eat-fs-xl: 1.8rem;   /* 18px */
  --eat-fs-2xl: 2.2rem;  /* 22px titles */
}

.page-inner {
  max-width: var(--eat-max);
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box;
}

.eat-theme {
  background: var(--eat-bg);
  color: var(--eat-ink-body);
  font-family: var(--eat-font);
  font-size: var(--eat-fs-base);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.eat-theme a {
  color: inherit;
  text-decoration: none;
}

.eat-layout .ec-layoutRole__contents {
  max-width: none;
  padding: 0;
}

.eat-layout .ec-layoutRole__main {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* ===== Header ===== */
.eat-header-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--eat-line-light);
}
.eat-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 16px;
  padding: 1.6rem 0;
  min-height: 72px;
}
.eat-header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  justify-content: flex-start;
  flex: 1 1 0;
  min-width: 0;
  z-index: 3;
}
.eat-header__menuBtn {
  display: none;
  width: 28px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.eat-header__menuBtn span {
  display: block;
  height: 1px;
  background: var(--eat-ink);
  width: 100%;
}
.eat-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.eat-header__logo img {
  max-height: 44px;
  width: auto;
}
.eat-header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  flex: 1 1 0;
  min-width: 0;
  z-index: 3;
}
.eat-header__gnb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
  font-size: var(--eat-fs-base);
  font-weight: 400;
  letter-spacing: var(--eat-letter);
}
.eat-header__gnb > a,
.eat-header__gnb > .eat-header__gnbItem {
  display: inline-flex;
  flex: 0 0 auto;
  white-space: nowrap;
}
.eat-header__gnb a {
  color: var(--eat-ink);
}
.eat-header__gnb a:hover {
  color: var(--eat-accent);
}
.eat-header__tnb {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--eat-fs-base);
  font-weight: 400;
  letter-spacing: var(--eat-letter);
}
.eat-header__tnb a {
  color: var(--eat-ink);
}
.eat-header__tnb a:hover {
  color: var(--eat-accent);
}
.eat-header__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 0;
  font-size: 1.8rem;
  color: var(--eat-ink) !important;
}
.eat-header__cart:hover {
  color: var(--eat-accent) !important;
}

/* Subpage category bar — 非表示（カテゴリは TOP チップのみ） */
.eat-catbar {
  display: none !important;
}

/* ===== Hero ===== */
.eat-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  height: calc(100vh - 74px);
  min-height: 520px;
}
.eat-hero__slider:not(.slick-initialized) > .eat-hero__slide:not(:first-child) {
  display: none;
}
.eat-hero__slider,
.eat-hero .slick-list,
.eat-hero .slick-track,
.eat-hero .slick-slide,
.eat-hero .slick-slide > div,
.eat-hero__slide {
  height: 100% !important;
  min-height: inherit;
}
.eat-hero__slide img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.eat-hero .slick-dots {
  bottom: 72px;
  z-index: 4;
}
.eat-hero .slick-dots li button:before {
  color: #fff;
  opacity: 0.45;
  font-size: 10px;
}
.eat-hero .slick-dots li.slick-active button:before {
  opacity: 1;
}
.eat-hero__catch {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  z-index: 3;
  pointer-events: none;
  width: min(90%, 720px);
}
.eat-hero__catch p {
  font-family: var(--eat-font);
  font-weight: 500;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: 1.45;
  margin: 0;
  letter-spacing: 0.14em;
}
.eat-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff !important;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-align: center;
  opacity: 0.9;
}
.eat-hero__scroll span {
  display: block;
  position: relative;
  padding-bottom: 18px;
}
.eat-hero__scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 14px;
  background: #fff;
  transform: translateX(-50%);
  animation: eat-scroll-cue 1.6s ease-in-out infinite;
}
@keyframes eat-scroll-cue {
  0% { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) translateY(6px); }
}

/* ===== Sections ===== */
.eat-section {
  padding: 88px 0 48px;
}
.eat-section__inner {
  max-width: var(--eat-max);
  margin: 0 auto;
  padding: 0 2.4rem;
}
.eat-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.eat-section__title {
  margin: 0;
  text-align: left;
}
.eat-section__titleEn {
  display: block;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--eat-ink);
  line-height: 1.2;
}
.eat-section__titleJa {
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--eat-muted);
  letter-spacing: 0.12em;
}
.eat-section__link,
.eat-section__more a,
.eat-textLink {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--eat-ink);
  padding-bottom: 2px;
  color: var(--eat-ink);
}
.eat-section__link:hover,
.eat-section__more a:hover,
.eat-textLink:hover {
  color: var(--eat-accent);
  border-color: var(--eat-accent);
}
.eat-section__more {
  text-align: center;
  margin-top: 40px;
}
.eat-section__lead {
  text-align: left;
  color: var(--eat-muted);
  margin: 0 0 28px;
}

/* Category chips */
.eat-cats {
  padding: 40px 0 8px;
}
.eat-cats__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
}
.eat-cats__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid var(--eat-line);
  background: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--eat-ink-body);
  transition: border-color 0.2s, color 0.2s;
}
.eat-cats__chip:hover {
  border-color: var(--eat-accent);
  color: var(--eat-accent);
}

/* Product grid / card */
.eat-productGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
}
.eat-productGrid--new {
  grid-template-columns: repeat(4, 1fr);
}
.eat-card {
  background: transparent;
  border: 0;
}
.eat-card__link {
  display: block;
}
.eat-card__thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
}
.eat-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.eat-card:hover .eat-card__thumb img {
  transform: scale(1.03);
}
.eat-card__body {
  padding: 16px 2px 0;
  text-align: center;
}
.eat-card__name {
  font-size: var(--eat-fs-base);
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.5;
  color: var(--eat-ink);
}
.eat-card__price {
  font-size: var(--eat-fs-base);
  font-weight: 500;
  color: var(--eat-ink);
  margin: 0;
  letter-spacing: 0.04em;
}

/* About */
.eat-about {
  padding: 96px 0;
  background: var(--eat-bg);
}
.eat-about__inner {
  max-width: var(--eat-max);
  margin: 0 auto;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px 64px;
  align-items: start;
}
.eat-about__title {
  margin: 0 0 24px;
}
.eat-about__titleEn {
  display: block;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--eat-ink);
}
.eat-about__titleJa {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: var(--eat-muted);
  letter-spacing: 0.12em;
}
.eat-about__lead {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.8;
  color: var(--eat-ink);
  margin: 0;
  letter-spacing: 0.06em;
}
.eat-about__eyebrow {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: var(--eat-accent);
  margin: 0 0 16px;
}
.eat-about__body p {
  color: var(--eat-sub);
  line-height: 2;
  margin: 0 0 16px;
  font-size: 1.4rem;
}
.eat-about__body .eat-textLink {
  display: inline-block;
  margin-top: 12px;
}

/* News */
.eat-news {
  padding: 72px 0 40px;
  background: var(--eat-bg);
}
.eat-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eat-news__list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--eat-line);
}
.eat-news__list time {
  color: var(--eat-muted);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.eat-news__ttl {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--eat-ink);
}
.eat-news__txt {
  margin: 0;
  font-size: 1.3rem;
  color: var(--eat-muted);
  line-height: 1.8;
}

/* FAQ */
.eat-faq {
  padding: 72px 0 48px;
}
.eat-faq__list {
  border-top: 1px solid var(--eat-line);
}
.eat-faq__item {
  border-bottom: 1px solid var(--eat-line);
}
.eat-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1.5rem;
  color: var(--eat-ink);
  cursor: pointer;
  font-family: inherit;
}
.eat-faq__q::after {
  content: "+";
  font-size: 1.8rem;
  line-height: 1;
  color: var(--eat-muted);
  flex-shrink: 0;
}
.eat-faq__item.is-open .eat-faq__q::after {
  content: "−";
}
.eat-faq__a {
  display: none;
  padding: 0 4px 24px;
}
.eat-faq__item.is-open .eat-faq__a {
  display: block;
}
.eat-faq__a p {
  margin: 0;
  color: var(--eat-muted);
  font-size: 1.4rem;
  line-height: 1.9;
}

/* Guide / Contact cards */
.eat-ctaCards {
  padding: 40px 0 96px;
}
.eat-ctaCards__inner {
  max-width: var(--eat-max);
  margin: 0 auto;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.eat-ctaCard {
  display: block;
  padding: 40px 32px;
  border: 1px solid var(--eat-line);
  background: #fff;
  transition: border-color 0.2s;
}
.eat-ctaCard:hover {
  border-color: var(--eat-accent);
}
.eat-ctaCard__en {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  color: var(--eat-accent);
}
.eat-ctaCard__ja {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--eat-ink);
}
.eat-ctaCard__txt {
  margin: 0 0 24px;
  font-size: 1.3rem;
  color: var(--eat-muted);
  line-height: 1.7;
}
.eat-ctaCard__more {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--eat-ink);
  padding-bottom: 2px;
}

/* Footer */
.eat-footer {
  background: #fff;
  color: var(--eat-sub);
  padding: 48px 0 36px;
  text-align: center;
  border-top: 1px solid var(--eat-line-light);
}
.eat-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.eat-footer__nav a {
  color: var(--eat-ink-body);
}
.eat-footer__nav a:hover {
  color: var(--eat-accent);
}
.eat-footer__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin: 0 0 24px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.eat-footer__sns-link {
  color: var(--eat-ink-body);
  text-decoration: none;
}
.eat-footer__sns-link:hover {
  color: var(--eat-accent);
}
.eat-footer__meta {
  margin-bottom: 24px;
}
.eat-footer__shop {
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: var(--eat-ink);
  letter-spacing: 0.06em;
}
.eat-footer__addr {
  margin: 0;
  font-size: 1.1rem;
  color: var(--eat-muted);
  line-height: 1.8;
}
.eat-footer__copy {
  font-size: 1.1rem;
  color: var(--eat-muted);
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--eat-line-light);
}

/* Legacy mid/dual kept for non-TOP pages if referenced */
.eat-midBanner,
.eat-dual,
.eat-brand,
.eat-keywords {
  display: none;
}

/* About page (help) */
.eat-page__hero {
  min-height: 280px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.eat-page__heroInner {
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  color: #fff;
}
.eat-page__heroInner h1 {
  margin: 0 0 6px;
  font-size: 32px;
}
.eat-page__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px 72px;
}
.eat-page__section {
  margin-bottom: 40px;
}
.eat-page__section h2 {
  font-size: 22px;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--eat-accent);
}
.eat-page__section p {
  line-height: 1.9;
  color: var(--eat-muted);
}
.eat-page__sign {
  margin-top: 20px !important;
  color: var(--eat-ink) !important;
  font-weight: 700;
}
.eat-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.eat-table th,
.eat-table td {
  border-bottom: 1px solid var(--eat-line);
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
}
.eat-table th {
  width: 28%;
  color: var(--eat-ink);
  background: #fafafa;
}
.eat-page__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 20px;
}
.eat-page__gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

/* Drawer */
.eat-drawer {
  padding: 24px 20px;
}
.eat-drawer__title {
  font-family: var(--eat-font);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
}
.eat-drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eat-drawer li {
  border-bottom: 1px solid var(--eat-line);
}
.eat-drawer a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
}

@media (max-width: 991px) {
  .eat-header__inner {
    padding: 1.2rem 0;
  }
  .eat-header__menuBtn {
    display: flex;
  }
  .eat-header__gnb {
    display: none !important;
  }
  .eat-header__tnb {
    font-size: 1.1rem;
    gap: 0.8rem;
  }
  .eat-productGrid,
  .eat-productGrid--new {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }
  .eat-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .eat-ctaCards__inner {
    grid-template-columns: 1fr;
  }
  .eat-news__list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .eat-page__gallery {
    grid-template-columns: 1fr;
  }
  .eat-page__gallery img {
    height: 180px;
  }
  .eat-hero {
    height: 70vh;
    min-height: 420px;
  }
  .eat-hero__slide img {
    height: 100%;
    min-height: 420px;
  }
  .eat-section {
    padding: 64px 0 32px;
  }
}

@media (max-width: 575px) {
  .page-inner,
  .eat-section__inner,
  .eat-about__inner,
  .eat-ctaCards__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .eat-hero__catch p {
    font-size: clamp(22px, 7vw, 32px);
  }
  .eat-hero__scroll {
    bottom: 20px;
    font-size: 1rem;
  }
  .eat-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .eat-productGrid,
  .eat-productGrid--new {
    gap: 20px 12px;
  }
  .eat-ctaCard {
    padding: 28px 20px;
  }
}

/* ============================================================
   Cafe24 共通ページ（商品詳細・一覧・ログイン・カート等）
   ref: https://ecudemo201997.cafe24.com/
   ============================================================ */

.eat-theme .eat-page,
.eat-theme .ec-role {
  max-width: var(--eat-max);
  margin: 0 auto;
  padding: 2rem 2rem 6rem;
  box-sizing: border-box;
}

.eat-theme .eat-pageHeader,
.eat-theme .ec-pageHeader {
  text-align: center;
  margin: 2rem 0 2.4rem;
}
.eat-theme .eat-pageHeader h1,
.eat-theme .ec-pageHeader h1 {
  font-size: var(--eat-fs-2xl);
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.08em;
  margin: 0;
}

/* Buttons */
.eat-theme .ec-blockBtn--action,
.eat-theme .eat-btn--dark,
.eat-theme button.ec-blockBtn--action,
.eat-theme input.ec-blockBtn--action[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 24px !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-color: #1a1a1a !important;
  background-image: none !important;
  border: 1px solid #1a1a1a !important;
  color: #ffffff !important;
  font-size: var(--eat-fs-base) !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  border-radius: 0 !important;
  cursor: pointer;
  text-align: center;
  box-shadow: none !important;
}
.eat-theme .ec-blockBtn--action:hover,
.eat-theme .ec-blockBtn--action:focus,
.eat-theme .ec-blockBtn--action.focus,
.eat-theme .ec-blockBtn--action:active,
.eat-theme .ec-blockBtn--action.active,
.eat-theme .eat-btn--dark:hover,
.eat-theme .eat-btn--dark:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
.eat-theme .ec-blockBtn--cancel,
.eat-theme button.ec-blockBtn--cancel {
  display: inline-block;
  padding: 12px 28px !important;
  height: auto !important;
  line-height: 1.5 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d7d5d5 !important;
  color: #262626 !important;
  font-size: var(--eat-fs-base) !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.eat-theme .ec-blockBtn--cancel:hover,
.eat-theme .ec-blockBtn--cancel:focus {
  background-color: #f6f6f6 !important;
  border-color: #cccccc !important;
  color: #262626 !important;
}
.eat-theme .ec-inlineBtn--action {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.eat-theme .ec-inlineBtn--cancel {
  border: 1px solid #d7d5d5 !important;
  color: #262626 !important;
  border-radius: 0 !important;
}

/* Forms */
.eat-theme input[type="text"],
.eat-theme input[type="email"],
.eat-theme input[type="password"],
.eat-theme input[type="tel"],
.eat-theme input[type="number"],
.eat-theme textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--eat-line);
  border-radius: 0;
  padding: 12px 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--eat-ink-body);
  background-color: #fff;
}
.eat-theme select,
.eat-theme .form-select {
  display: block;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 40px 10px 12px;
  font-size: var(--eat-fs-base);
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border: 1px solid var(--eat-line);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.eat-theme select option,
.eat-theme .form-select option {
  color: #333;
  background-color: #fff;
}
.eat-theme input:focus,
.eat-theme select:focus,
.eat-theme .form-select:focus,
.eat-theme textarea:focus {
  outline: none;
  border-color: var(--eat-ink);
  box-shadow: none;
}

/* Login */
.eat-theme .eat-loginBox {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 32px 48px;
  background: #fff;
  border: 1px solid var(--eat-line-light);
  text-align: center;
}
.eat-theme .eat-loginBox__icon {
  font-size: 4.8rem;
  color: var(--eat-muted);
  margin-bottom: 24px;
  line-height: 1;
}
.eat-theme .eat-loginBox__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.eat-theme .eat-loginBox__remember {
  text-align: left;
  font-size: 1.3rem;
  color: var(--eat-muted);
  margin-bottom: 16px;
}
.eat-theme .eat-loginBox__error {
  color: #c4122f;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.eat-theme .eat-loginBox__msg {
  color: var(--eat-accent);
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.eat-theme .eat-loginBox__links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.3rem;
}
.eat-theme .eat-loginBox__links a {
  color: var(--eat-muted);
  text-decoration: underline;
}
.eat-theme .eat-loginBox__links a:hover {
  color: var(--eat-accent);
}
.eat-theme .ec-login {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 32px;
  border: 1px solid var(--eat-line-light);
  background: #fff;
}
.eat-theme .ec-login__icon .ec-icon img {
  filter: grayscale(1) opacity(0.5);
}

/* Product detail */
.eat-theme.product_page .ec-productRole {
  padding-top: 1rem;
}
.eat-theme .ec-productRole .ec-grid2 {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .eat-theme .ec-productRole .ec-grid2 {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
  .eat-theme .ec-productRole .ec-grid2 > .ec-grid2__cell {
    flex: 1;
    min-width: 0;
  }
}
/* slick 未初期化時は1枚だけ表示 */
.eat-theme .item_visual:not(.slick-initialized) > .slide-item:not(:first-child) {
  display: none;
}
.eat-theme .item_visual .slide-item img {
  width: 100%;
  height: auto;
  display: block;
  transform: none !important;
}
.eat-theme .ec-sliderItemRole .item_visual {
  margin-bottom: 12px;
}
.eat-theme .ec-headingTitle {
  font-size: var(--eat-fs-2xl);
  font-weight: 500;
  color: var(--eat-ink);
  margin: 0 0 16px;
  line-height: 1.4;
}
.eat-theme .ec-productRole__tags {
  margin-bottom: 12px;
}
.eat-theme .ec-productRole__tag {
  font-size: var(--eat-fs-sm);
  color: var(--eat-muted);
  border: 1px solid var(--eat-line-light);
  padding: 2px 8px;
}
.eat-theme .ec-productRole__priceRegular,
.eat-theme .ec-productRole__code,
.eat-theme .ec-productRole__category {
  font-size: var(--eat-fs-base);
  color: var(--eat-muted);
  margin-bottom: 10px;
  line-height: 1.6;
}
.eat-theme .ec-price__price,
.eat-theme .price02-default {
  font-size: var(--eat-fs-xl) !important;
  font-weight: 700 !important;
  color: var(--eat-ink) !important;
}
.eat-theme .ec-price__tax {
  font-size: var(--eat-fs-base);
  color: var(--eat-muted);
}
.eat-theme .ec-productRole__description {
  font-size: var(--eat-fs-base);
  color: var(--eat-muted);
  line-height: 1.8;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--eat-line-light);
}
.eat-theme .ec-productRole__actions {
  margin: 20px 0;
  font-size: 16px;
}
.eat-theme .ec-productRole__actions .form-label,
.eat-theme .ec-productRole__actions label {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #262626 !important;
}
.eat-theme .ec-productRole__actions .form-label.required::after {
  content: " *";
  color: var(--eat-accent);
  font-size: 16px !important;
}
.eat-theme .ec-productRole__actions .form-select,
.eat-theme .ec-productRole__actions select {
  max-width: 360px !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 10px 40px 10px 12px !important;
}
.eat-theme .ec-productRole__actions .ec-numberInput {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 20px;
}
.eat-theme .ec-productRole__actions .ec-numberInput > span {
  display: block;
  font-size: 16px !important;
  font-weight: 500;
  color: #262626;
  line-height: 1.5;
}
.eat-theme .ec-productRole__actions .ec-numberInput input,
.eat-theme .ec-productRole__actions .ec-numberInput input[type="number"],
.eat-theme .ec-productRole__actions .ec-numberInput input[type="text"] {
  width: 120px !important;
  max-width: 120px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 10px 12px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--eat-line) !important;
  border-radius: 0 !important;
  color: #333 !important;
  background-color: #fff !important;
}
.eat-theme .ec-productRole__category a,
.eat-theme .ec-productRole a.ec-link,
.eat-theme .ec-productRole__category a:link,
.eat-theme .ec-productRole__category a:visited {
  color: #333 !important;
  text-decoration: underline;
}
.eat-theme .ec-productRole__category a:hover {
  color: var(--eat-accent) !important;
}
.eat-theme .ec-productRole__btn .ec-blockBtn--action {
  max-width: none;
}
.eat-theme .ec-sliderItemRole .item_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.eat-theme .ec-sliderItemRole .slideThumb {
  width: 72px;
  height: 72px;
  border: 1px solid var(--eat-line-light);
  cursor: pointer;
  overflow: hidden;
}
.eat-theme .ec-sliderItemRole .slideThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eat-theme .slick-dots li button:before {
  background-color: #ccc !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
}
.eat-theme .slick-dots li.slick-active button:before {
  background-color: var(--eat-ink) !important;
}

/* Product list */
.eat-theme .ec-searchnavRole {
  border-bottom: 1px solid var(--eat-line-light);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.eat-theme .ec-searchnavRole__topicpath {
  font-size: 1.2rem;
  color: var(--eat-muted);
}
.eat-theme .ec-searchnavRole__topicpath a:hover {
  color: var(--eat-accent);
}
.eat-theme .ec-searchresultRole__cnt {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 16px;
}
.eat-theme .ec-shelfRole .ec-shelfGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
.eat-theme .ec-shelfGrid__item {
  background: #fff;
}
.eat-theme .ec-shelfGrid__item-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.eat-theme .ec-shelfGrid__item-title {
  font-size: var(--eat-fs-base);
  font-weight: 500;
  color: var(--eat-ink);
  margin: 12px 0 6px;
  line-height: 1.4;
}
.eat-theme .ec-shelfGrid__item-description {
  font-size: var(--eat-fs-sm);
  color: var(--eat-muted);
  line-height: 1.6;
}
.eat-theme .ec-shelfGrid__item-price {
  font-size: var(--eat-fs-base);
  font-weight: 700;
  color: var(--eat-ink);
  margin-top: 8px;
}

/* Cart / Order / Mypage */
.eat-theme .ec-cartRole,
.eat-theme .ec-orderRole,
.eat-theme .ec-historyRole,
.eat-theme .ec-mypageRole,
.eat-theme .ec-registerRole,
.eat-theme .ec-contactRole {
  background: #fff;
}

/* 会員登録など: 生年月日を横並び */
.eat-theme .ec-birth {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.eat-theme .ec-birth select,
.eat-theme .ec-birth .form-select {
  width: auto !important;
  max-width: 9em !important;
  min-width: 5.5em;
  display: inline-block !important;
  flex: 0 0 auto !important;
}
.eat-theme .ec-birth > span,
.eat-theme .ec-birth > .ec-birth__sep {
  display: inline-block;
  margin: 0 2px;
  color: var(--eat-muted);
}
.eat-theme .ec-radio {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.eat-theme .ec-radio label {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  white-space: nowrap;
}
.eat-theme .ec-cartTable,
.eat-theme table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
}
.eat-theme .ec-cartTable th,
.eat-theme .ec-cartTable td,
.eat-theme table th,
.eat-theme table td {
  border-bottom: 1px solid var(--eat-line-light);
  padding: 14px 10px;
  vertical-align: middle;
}
.eat-theme .ec-cartTable th,
.eat-theme table th {
  background: var(--eat-bg-soft);
  font-weight: 500;
  color: var(--eat-ink);
}
.eat-theme .ec-totalBox {
  border: 1px solid var(--eat-line);
  padding: 24px;
  background: var(--eat-bg-soft);
}
.eat-theme .ec-totalBox__total {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--eat-ink);
}

/* Pagination */
.eat-theme .ec-pagerRole {
  margin-top: 40px;
  text-align: center;
}
.eat-theme .ec-pagerRole .ec-pager__item a,
.eat-theme .ec-pagerRole .ec-pager__item span {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  border: 1px solid var(--eat-line-light);
  color: var(--eat-ink-body);
  font-size: 1.3rem;
}
.eat-theme .ec-pagerRole .ec-pager__item.is-active span,
.eat-theme .ec-pagerRole .ec-pager__item a:hover {
  background: var(--eat-dark);
  border-color: var(--eat-dark);
  color: #fff;
}

/* Modal / drawer / pagetop */
.eat-theme .ec-modal-box {
  border-radius: 0;
}
.eat-theme .ec-drawerRole {
  background: var(--eat-bg-soft);
}
.eat-theme .ec-drawerRoleClose {
  color: #000;
  font-size: 2.4rem;
}
.eat-theme .ec-blockTopBtn {
  background: var(--eat-dark);
  color: #fff;
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.eat-theme .ec-blockTopBtn::before {
  content: "\e912";
  font-family: xeicon;
  font-size: 2rem;
}

/* Breadcrumb on subpages */
.eat-theme .ec-topicpath {
  font-size: 1.2rem;
  color: var(--eat-muted);
  padding: 12px 0;
}
.eat-theme .ec-topicpath a:hover {
  color: var(--eat-accent);
}

@media (max-width: 991px) {
  .eat-theme .ec-productRole .ec-grid2 {
    gap: 24px;
  }
  .eat-theme .ec-shelfRole .ec-shelfGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .eat-theme .ec-shelfRole .ec-shelfGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .eat-theme .eat-loginBox {
    padding: 28px 20px 36px;
  }
}

/* ============================================================
   Cafe24 強制上書き（style.css 既定色 #DE5D50 / Bootstrap 青リンク等）
   ref: https://ecudemo201997.cafe24.com/
   ============================================================ */

.eat-theme,
.eat-theme .ec-layoutRole {
  background-color: #ffffff !important;
  color: #333333 !important;
}

.eat-theme h1,
.eat-theme h2,
.eat-theme h3,
.eat-theme .ec-headingTitle,
.eat-theme .ec-pageHeader h1,
.eat-theme .eat-pageHeader h1 {
  color: #262626 !important;
  font-weight: 500 !important;
}

.eat-theme p,
.eat-theme li,
.eat-theme label,
.eat-theme .form-label {
  color: #333333;
}

.eat-theme .ec-price__price,
.eat-theme .price02-default,
.eat-theme .eat-card__price,
.eat-theme .ec-shelfGrid__item-price {
  color: #262626 !important;
  font-weight: 700 !important;
}

.eat-theme .ec-productRole__description,
.eat-theme .eat-card__desc,
.eat-theme .ec-shelfGrid__item-description,
.eat-theme .ec-muted,
.eat-theme small {
  color: #888888 !important;
}

.eat-theme a.ec-link,
.eat-theme .eat-loginBox__links a {
  color: #555555 !important;
}
.eat-theme a.ec-link:hover,
.eat-theme .eat-header__gnb a:hover,
.eat-theme .eat-header__tnb a:hover,
.eat-theme .eat-catbar a:hover,
.eat-theme .eat-catbar a.is-active {
  color: #8b1a2b !important;
}

.eat-theme .btn-primary,
.eat-theme .ec-blockBtn--primary {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #fff !important;
}

.eat-theme .form-control,
.eat-theme .form-select {
  border-color: #d7d5d5 !important;
  border-radius: 0 !important;
  color: #333333 !important;
  box-shadow: none !important;
  background-color: #fff !important;
}
.eat-theme .form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 10px 40px 10px 12px !important;
  min-height: 48px !important;
  height: 48px !important;
  font-size: var(--eat-fs-base) !important;
  line-height: 1.5 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px 12px !important;
}
.eat-theme .form-select:-moz-focusring {
  color: #333 !important;
  text-shadow: none !important;
}
.eat-theme .form-control:focus,
.eat-theme .form-select:focus {
  border-color: #262626 !important;
  box-shadow: none !important;
}

.eat-theme.product_page .ec-sliderItemRole .slick-slider {
  margin-bottom: 30px;
}
.eat-theme.product_page .slick-dots {
  position: absolute;
  bottom: -45px;
  width: 100%;
  text-align: center;
}
.eat-theme.product_page .slick-dots li button:before {
  background-color: #cccccc !important;
  opacity: 1 !important;
}
.eat-theme.product_page .slick-dots li.slick-active button:before {
  background-color: #262626 !important;
}

.eat-theme .ec-login__input .ec-input input,
.eat-theme .eat-loginBox__fields input {
  border: 1px solid #d7d5d5 !important;
  color: #333 !important;
}

.eat-theme .ec-totalBox,
.eat-theme .ec-cartTable th {
  background-color: #f6f6f6 !important;
}

.eat-theme .eat-loginBox .ec-blockBtn--action,
.eat-theme .eat-loginBox .eat-btn--dark {
  max-width: 100%;
}

.eat-theme .ec-blockBtn--action,
.eat-theme button.ec-blockBtn--action,
.eat-theme input.ec-blockBtn--action[type="submit"],
.eat-theme .ec-inlineBtn--action {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.eat-theme .ec-blockBtn--action:hover,
.eat-theme .ec-blockBtn--action:focus,
.eat-theme .ec-blockBtn--action:active,
.eat-theme button.ec-blockBtn--action:hover,
.eat-theme input.ec-blockBtn--action[type="submit"]:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
