@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;700&display=swap");

:root,
.ss-bar,
.ss-foot {
  --ink: #10263a;
  --muted: #5b6b7a;
  --line: #d5dee6;
  --accent: #2f7d8c;
  --deep: #16324a;
  --max: 1120px;
}
.ss-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-family: "Manrope", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--ink);
}
.ss-wrap {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ss-bar__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 64px;
}
.ss-brand {
  font-family: "Fraunces", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.ss-brand small {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: -2px;
}
.ss-nav,
.ss-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ss-nav a,
.ss-tools a {
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.ss-nav a:hover,
.ss-tools a:hover { color: var(--accent); }
.ss-account-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.ss-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ss-cart span {
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.ss-bar .ss-sp { display: none; }
.ss-search {
  border-top: 1px solid var(--line);
  padding: 10px 0 14px;
}
.ss-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.ss-front .ec-headerRole,
body.ss-front .ec-headerTitle {
  display: none !important;
}
body.ss-front .ec-footerRole {
  display: none !important;
}
body.ss-front .ec-layoutRole__footer {
  background: var(--deep);
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}
body.ss-front .ec-layoutRole__footer::before,
body.ss-front .ec-layoutRole__footer::after {
  content: none !important;
  display: none !important;
}

body.ss-front .ec-shelfGrid {
  visibility: visible !important;
  opacity: 1 !important;
}
body.ss-front .ec-shelfGrid__item {
  visibility: visible !important;
  opacity: 1 !important;
}
body.ss-front .ec-shelfGrid .ec-shelfGrid__item img {
  max-width: 100%;
  height: auto;
}

body.ss-front .ec-required {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: middle;
  padding: 0.35em 0.5em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff !important;
  background-color: #c62828 !important;
  border-radius: 2px;
}
body.ss-front ::placeholder {
  color: var(--muted);
  opacity: 1;
}
body.ss-front ::-webkit-input-placeholder { color: var(--muted); opacity: 1; }
body.ss-front :-ms-input-placeholder { color: var(--muted); opacity: 1; }

.ss-foot {
  background: var(--deep);
  color: #e7eef3;
  padding: 40px 0 32px;
  font-size: 13px;
  font-family: "Manrope", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  width: 100%;
}
.ss-foot a {
  color: #e7eef3 !important;
  text-decoration: none;
  display: inline-block;
}
.ss-foot a:hover { color: #9fd3dc !important; }
.ss-foot__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.ss-copy {
  color: #a9b7c4;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 860px) {
  .ss-nav,
  .ss-tools .ss-account { display: none; }
  .ss-bar .ss-sp { display: block; }
  body.ss-static .ss-nav,
  body.ss-static .ss-tools .ss-account {
    display: flex;
    flex-wrap: wrap;
  }
  body.ss-static .ss-bar .ss-sp { display: none; }
}
