@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

.bosi-bar {
  --ink: #1c1915;
  --muted: #6b645b;
  --line: #e6e0d6;
  --gold: #b0894a;
  --navy: #243044;
  --max: 1120px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--ink);
}
.bosi-wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.bosi-bar__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
}
.bosi-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.bosi-brand small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: -4px;
}
.bosi-nav,
.bosi-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.bosi-nav a,
.bosi-tools a {
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.bosi-nav a:hover,
.bosi-tools a:hover { color: var(--gold); }
.bosi-account-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.bosi-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bosi-cart span {
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.bosi-bar .bosi-sp { display: none; }
.bosi-search {
  border-top: 1px solid var(--line);
  padding: 10px 0 14px;
}
.bosi-search .ec-headerSearch .searchform {
  display: flex;
  width: min(520px, 100%);
  margin: 0 auto;
}

.ec-layoutRole__header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #fff;
}
body.bosi-front .ec-headerRole,
body.bosi-front .ec-headerTitle {
  display: none !important;
}
body.bosi-front .ec-footerRole {
  display: none !important;
}
body.bosi-front .ec-layoutRole__footer {
  background: #243044;
}

.bosi-foot {
  background: #243044;
  color: #efe8dc;
  padding: 36px 0 28px;
  font-size: 13px;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}
.bosi-foot a { color: #efe8dc; text-decoration: none; }
.bosi-foot a:hover { color: #e2c48a; }
.bosi-foot__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 18px;
}
.bosi-copy { color: #c9c0b2; margin: 0; }

@media (max-width: 860px) {
  .bosi-nav,
  .bosi-tools .bosi-account { display: none; }
  .bosi-bar .bosi-sp { display: block; }
  body.bosi-static .bosi-nav,
  body.bosi-static .bosi-tools .bosi-account {
    display: flex;
    flex-wrap: wrap;
  }
  body.bosi-static .bosi-bar .bosi-sp { display: none; }
}
