/* System-wide CJK font (Japanese / Simplified Chinese / Korean) */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap");

:root {
  --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;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--cjk-font);
}

/* layout fix overlay for EAT series001 redesign */
.eat-header__tnb {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 1.4rem;
}
.eat-header__tnb li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.eat-header__inner.page-inner,
.eat-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  gap: 16px !important;
  min-height: 72px;
}
.eat-header__logo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  margin: 0 !important;
  text-align: center;
}
.eat-header__logo img {
  max-height: 44px !important;
  width: auto !important;
}
.eat-header__gnb,
nav.eat-header__gnb {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 2rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.eat-header__gnb > a,
.eat-header__gnb > .eat-header__gnbItem {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
  position: relative;
}
.eat-header__gnbItem {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-direction: row !important;
}
.eat-header__gnbItem > a {
  display: inline-block !important;
  white-space: nowrap !important;
}
.eat-header__sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  z-index: 100;
}
.eat-header__gnbItem.has-sub:hover > .eat-header__sub,
.eat-header__gnbItem.has-sub:focus-within > .eat-header__sub {
  display: block;
}
.eat-header__sub li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.eat-header__sub a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  font-size: 13px;
}
.eat-header__sub a:hover {
  background: #f5f5f5;
}
.eat-drawer__sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
.eat-drawer__sub a {
  font-size: 0.92em;
  opacity: 0.85;
}
.eat-footer__sub {
  opacity: 0.75;
  font-size: 0.92em;
}
.eat-header__left {
  display: flex !important;
  align-items: center;
  gap: 1.2rem;
}
.eat-header__right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  flex-wrap: wrap;
}

/* Hero slick — series001 full-bleed（高さ確定で overflow に画像が隠れないようにする） */
.eat-hero {
  position: relative !important;
  overflow: hidden !important;
  background: #111;
  height: calc(100vh - 74px) !important;
  min-height: 520px !important;
  max-height: none !important;
}
.eat-hero__slider:not(.slick-initialized) > .eat-hero__slide:not(:first-child) {
  display: none !important;
}
.eat-hero__slider,
.eat-hero .slick-list,
.eat-hero .slick-track,
.eat-hero .slick-slide,
.eat-hero .slick-slide > div,
.eat-hero .eat-hero__slide {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
}
.eat-hero .eat-hero__slide img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 520px !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.eat-hero__catch {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
  z-index: 3;
  pointer-events: none;
}
.eat-hero__catch p {
  color: #fff !important;
  margin: 0;
}
.eat-hero__scroll {
  color: #fff !important;
  z-index: 5;
}
.eat-hero .slick-dots {
  position: absolute !important;
  bottom: 72px !important;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center;
  z-index: 5;
  height: auto !important;
  background: transparent !important;
  display: block !important;
}
.eat-hero .slick-dots li {
  position: relative;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  margin: 0 5px !important;
  padding: 0 !important;
  list-style: none !important;
  vertical-align: middle;
}
.eat-hero .slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  color: transparent !important;
  border: 0;
  outline: none;
  background: transparent !important;
}
.eat-hero .slick-dots li button:before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 50%;
  background: #fff !important;
  opacity: 0.45;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
.eat-hero .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

/* Product thumbs */
.eat-theme .eat-card__thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
}
.eat-theme .eat-card__thumb img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

#xiaowei, #notice, #new-item, #pick-up, #faq, #eat-categories {
  scroll-margin-top: 100px;
}


/* Product form: label/select/qty same 16px */
.eat-theme .ec-productRole__actions .form-label,
.eat-theme .ec-productRole__actions label,
.eat-theme .ec-productRole__actions .form-select,
.eat-theme .ec-productRole__actions select,
.eat-theme .ec-productRole__actions .ec-numberInput > span,
.eat-theme .ec-productRole__actions .ec-numberInput input {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.eat-theme .ec-productRole__actions .form-select,
.eat-theme .ec-productRole__actions select {
  min-height: 48px !important;
  height: 48px !important;
}

/* Product detail: class category select readability */
.eat-theme.product_page .form-select,
.eat-theme .ec-productRole__actions .form-select,
.eat-theme .ec-productRole__actions select {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  min-height: 44px !important;
  padding: 10px 40px 10px 12px !important;
  font-size: var(--eat-fs-base) !important;
  line-height: 1.5 !important;
  color: #333 !important;
  background-color: #fff !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;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.eat-theme.product_page .form-select option,
.eat-theme .ec-productRole__actions .form-select option {
  color: #333 !important;
  background: #fff !important;
}
.eat-theme .ec-productRole__category a {
  color: #333 !important;
}
.eat-theme .ec-productRole__category a:hover {
  color: #8b1a2b !important;
}

/* Quantity field — match form label/select scale */
.eat-theme .ec-productRole__actions .ec-numberInput {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin: 16px 0 20px !important;
}
.eat-theme .ec-productRole__actions .ec-numberInput > span {
  display: block !important;
  font-size: var(--eat-fs-base, 1.4rem) !important;
  font-weight: 500 !important;
  color: #262626 !important;
  line-height: 1.5 !important;
}
.eat-theme .ec-productRole__actions .ec-numberInput input {
  width: 120px !important;
  max-width: 120px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 10px 12px !important;
  font-size: var(--eat-fs-base, 1.4rem) !important;
  line-height: 1.5 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
  color: #333 !important;
  background-color: #fff !important;
}

@media (min-width: 992px) {
  .eat-header__menuBtn {
    display: none !important;
  }
  .eat-header__gnb,
  nav.eat-header__gnb {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .eat-header__tnb {
    display: flex !important;
    flex-direction: row !important;
  }
}

@media (max-width: 991px) {
  .eat-header__inner {
    padding: 1.2rem 1rem !important;
  }
  .eat-header__menuBtn {
    display: flex !important;
  }
  .eat-header__logo {
    position: absolute !important;
  }
  .eat-header__gnb,
  nav.eat-header__gnb {
    display: none !important;
  }
  .eat-header__tnb {
    gap: 0.8rem !important;
    font-size: 1.2rem !important;
    flex-wrap: nowrap;
  }
  .eat-header__right {
    gap: 0.8rem !important;
  }
  .eat-hero {
    height: 70vh !important;
    min-height: 420px !important;
  }
  .eat-hero .eat-hero__slide img {
    height: 100% !important;
    min-height: 420px !important;
  }
  .eat-hero .slick-dots {
    bottom: 56px !important;
  }
}

@media (max-width: 575px) {
  .eat-header__tnb a {
    font-size: 1.1rem;
  }
  .eat-header__tnb li:not(:last-child) {
    display: none !important;
  }
  .eat-header__right {
    max-width: none;
    overflow: visible;
  }
  .eat-header__cart {
    width: 36px;
    height: 36px;
  }
  .eat-hero__catch p {
    font-size: clamp(22px, 7vw, 32px) !important;
  }
  .eat-hero .slick-dots {
    bottom: 48px !important;
  }
}


/* ===== Product list/detail: fix shelfGrid width collapse ===== */
/* style.css の width:25%/50% が grid セル内で再計算され極細になるのを打ち消す */
.eat-theme .ec-shelfRole,
.eat-theme .ec-shelfRole * {
  box-sizing: border-box;
}
.eat-theme .ec-shelfRole .ec-shelfGrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item,
.eat-theme .ec-shelfGrid > li {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.eat-theme .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding: 0 !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item > a {
  display: block !important;
  width: 100% !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item-image {
  width: 100% !important;
  margin-bottom: 10px !important;
  text-align: center;
  overflow: hidden;
  background: #f5f5f5;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item-image img,
.eat-theme .ec-shelfGrid .ec-shelfGrid__item img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  display: block !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item > a > p {
  width: 100% !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  white-space: normal !important;
  line-height: 1.5;
  margin: 0 0 6px !important;
}
.eat-theme .ec-shelfGrid .ec-shelfGrid__item form {
  width: 100% !important;
  margin-top: 8px;
}
.eat-theme .ec-shelfGrid .ec-productRole__actions {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.eat-theme .ec-shelfGrid .ec-select,
.eat-theme .ec-shelfGrid .ec-select select,
.eat-theme .ec-shelfGrid .form-select,
.eat-theme .ec-shelfGrid .ec-numberInput,
.eat-theme .ec-shelfGrid .ec-numberInput input,
.eat-theme .ec-shelfGrid .quantity {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.eat-theme .ec-shelfGrid .ec-numberInput {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.eat-theme .ec-shelfGrid .ec-numberInput input {
  width: 80px !important;
  flex: 0 0 auto;
}
.eat-theme .ec-shelfGrid .ec-productRole__btn,
.eat-theme .ec-shelfGrid .ec-blockBtn--action,
.eat-theme .ec-shelfGrid .add-cart {
  width: 100% !important;
  min-width: 0 !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}

/* search nav */
.eat-theme .ec-searchnavRole {
  width: 100%;
  max-width: var(--eat-max, 1300px);
  margin: 0 auto 20px;
  padding: 0 2rem;
  box-sizing: border-box;
}
.eat-theme .ec-shelfRole {
  width: 100%;
  max-width: var(--eat-max, 1300px);
  margin: 0 auto;
  padding: 0 2rem 40px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .eat-theme .ec-shelfRole .ec-shelfGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 14px !important;
  }
}
@media (max-width: 575px) {
  .eat-theme .ec-shelfRole .ec-shelfGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }
  .eat-theme .ec-searchnavRole,
  .eat-theme .ec-shelfRole {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    overflow-x: hidden;
  }
  .eat-theme .ec-shelfGrid .ec-select select,
  .eat-theme .ec-shelfGrid .form-select {
    font-size: 12px !important;
    padding: 6px 8px !important;
  }
  .eat-theme .ec-shelfGrid .ec-blockBtn--action,
  .eat-theme .ec-shelfGrid .add-cart {
    font-size: 12px !important;
    padding: 10px 6px !important;
  }
  .eat-theme .ec-searchnavRole__infos {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .eat-theme .ec-searchnavRole__actions,
  .eat-theme .ec-searchnavRole__actions .ec-select,
  .eat-theme .ec-searchnavRole__actions select {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* JEIA contact/entry form layout overrides (from company.css; not for eat-theme) */
body:not(.eat-theme) {
  .ec-contactRole {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px 48px;
  }
  .ec-off1Grid,
  .ec-off1Grid__cell { display: block; }
  .ec-para-normal { margin-bottom: 1em; font-size: 14px; line-height: 1.8; color: #333; }
  .ec-borderedDefs { margin-bottom: 1.5rem; }
  .ec-borderedDefs dl {
    width: 100%;
    margin: 0;
    display: table;
    border-bottom: 1px solid #ddd;
  }
  .ec-borderedDefs dl:first-child { border-top: 1px solid #ddd; }
  .ec-borderedDefs dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 1rem 1rem 1rem 0;
  }
  .ec-borderedDefs dd {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 1.5rem 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .ec-borderedDefs dd > p { margin: 0.75em 0 0; font-size: 13px; color: #666; }
  .ec-label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin: 0;
    color: #222;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .ec-halfInput {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .ec-halfInput > input {
    flex: 0 0 auto;
    width: calc((100% - 1em - 1px) / 2);
    margin-left: 1em;
  }
  .ec-halfInput > input:first-of-type { margin-left: 0; }
  .ec-contactRole .ec-halfInput {
    flex-flow: row nowrap;
    gap: 1em;
  }
  .ec-contactRole .ec-halfInput > input {
    width: 11em;
    max-width: calc(50% - 0.5em);
    margin-left: 0;
  }
  .ec-halfInput > input {
    display: block;
    height: auto;
    padding: 0.5em 0.75em;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .ec-input input,
  .ec-telInput input,
  .ec-zipInput input,
  .ec-input textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5em 0.75em;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .ec-input textarea {
    min-height: 8em;
    resize: vertical;
  }
  .ec-input input:focus,
  .ec-telInput input:focus,
  .ec-zipInput input:focus,
  .ec-contactRole .ec-halfInput > input:focus,
  .ec-input textarea:focus,
  .ec-select select:focus {
    outline: none;
    border-color: #3c8dbc;
    box-shadow: 0 0 0 1px #cceeff;
  }
  .ec-zipInput > span { display: inline-block; }
  .ec-zipInput input {
    display: inline-block;
    width: auto;
    max-width: 9em;
    margin-left: 0.5em;
  }
  .ec-zipInputHelp {
    display: inline-block;
    margin-left: 1em;
  }
  .ec-zipInputHelp a {
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 2em;
    border-radius: 3px;
    background-color: #16457e;
    color: #fff;
    padding: 0 0.5em;
    text-decoration: none;
    transition: 0.3s;
  }
  .ec-zipInputHelp a:hover { filter: brightness(1.2); }
  .ec-zipInput + .ec-select { margin-top: 1em; margin-bottom: 1em; }
  .ec-select select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.5em 0.75em;
    padding-right: calc(20px + 0.75em);
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
  }
  .ec-input + .ec-input,
  .ec-select + .ec-input { margin-top: 1rem; }
  .ec-RegisterRole__actions,
  .ec-registerRole__actions { margin-top: 40px; }
  .ec-off4Grid { display: block; }
  .ec-off4Grid__cell { margin: 0 auto; max-width: 450px; }
  .ec-blockBtn--action {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    padding: 0.85em 1em;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    font-weight: normal;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
  }
  .ec-blockBtn--action:hover {
    text-decoration: none;
    color: #fff;
    filter: brightness(1.1);
  }
  .ec-blockBtn--action:focus {
    outline: none;
    border-color: #3c8dbc;
    box-shadow: 0 0 0 1px #cceeff;
  }
}
@media (max-width: 767px) {
  body:not(.eat-theme) {
      .ec-borderedDefs dl { display: block; padding: 0.5em 0; }
      .ec-borderedDefs dt {
        display: block;
        width: auto;
        padding: 0 0 0.5em;
        border-bottom: 1px solid #ddd;
      }
      .ec-borderedDefs dd {
        display: block;
        padding: 1rem 0;
      }
      .ec-halfInput > input {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5em;
      }
      .ec-contactRole .ec-halfInput {
        flex-flow: row nowrap;
      }
      .ec-contactRole .ec-halfInput > input {
        width: 9em;
        max-width: calc(50% - 0.5em);
        margin-top: 0;
      }
      .ec-halfInput > input:first-of-type { margin-top: 0; }
      .ec-zipInputHelp { display: block; margin: 0.75em 0 0; }
  }
}

/* EAT: catbar非表示・生年月日横並び・ナビ字間（series001寄せ） */
.eat-theme .eat-catbar {
  display: none !important;
}
.eat-theme .eat-header__gnb,
.eat-theme .eat-header__tnb {
  letter-spacing: 0.04em !important;
}
.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-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;
}

/* 言語切替（旗アイコン / Google翻訳 cookie 切替） */
.ec-headerLang {
  padding: 0 4px 0 8px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
  pointer-events: auto;
}
.ec-langSwitch {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 3px;
  pointer-events: auto;
}
.ec-langBtn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 22px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  pointer-events: auto;
}
.ec-langBtn:hover { background: #f0f0f0; }
.ec-langBtn.is-active {
  background: #111;
  border-color: #111;
}
.ec-langFlag {
  display: block;
  width: 18px;
  height: 12px;
  border-radius: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.ec-langFlag--ja {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Crect fill='%23fff' width='900' height='600'/%3E%3Ccircle fill='%23bc002d' cx='450' cy='300' r='180'/%3E%3C/svg%3E");
}
.ec-langFlag--en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E");
}
.ec-langFlag--zhCN {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect fill='%23de2910' width='30' height='20'/%3E%3Cpath fill='%23ffde00' d='M5 3.5l.7 2.1H8l-1.8 1.3.7 2.1L5 7.7 3.1 9l.7-2.1L2 5.6h2.3z'/%3E%3C/svg%3E");
}
.ec-langFlag--ko {
  /* 太極旗（白地・中央に太極・四隅の卦は縮小表示向けに簡略） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 48'%3E%3Crect width='72' height='48' fill='%23fff'/%3E%3Cg transform='translate(36 24)'%3E%3Ccircle r='12' fill='%23cd2e3a'/%3E%3Cpath d='M0-12a6 6 0 0 0 0 12 6 6 0 0 1 0 12 12 12 0 0 1 0-24z' fill='%230047a0'/%3E%3Ccircle cy='-6' r='6' fill='%23cd2e3a'/%3E%3Ccircle cy='6' r='6' fill='%230047a0'/%3E%3C/g%3E%3Cg stroke='%23000' stroke-width='1.6' stroke-linecap='square'%3E%3Cpath d='M12 10l8-5M12 13l8-5M12 16l8-5'/%3E%3Cpath d='M60 10l-8-5M60 13l-8-5M60 16l-8-5'/%3E%3Cpath d='M12 38l8 5M14.5 35.5l3 2M12 32l8 5'/%3E%3Cpath d='M60 38l-8 5M57.5 35.5l-3 2M60 32l-8 5'/%3E%3C/g%3E%3C/svg%3E");
}
.ec-googleTranslate,
.goog-te-gadget,
#google_translate_element { display: none !important; }
body { top: 0 !important; }
.goog-te-banner-frame.skiptranslate { display: none !important; }
.ec-imgTranslate-pending {
  opacity: 0.72;
  filter: grayscale(0.15);
  transition: opacity .2s ease;
}
.eat-header__tnb .ec-headerLang { padding: 0; }
.eat-header__tnb .ec-langSwitch { margin-right: 4px; }
