/* Shared layout for works, ec catalog, yum, bandcamp-dl */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #000;
}
.site-brand {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem clamp(0.75rem, 4vw, 1.5rem);
  box-sizing: border-box;
}
.site-brand a {
  text-decoration: none;
}
.site-brand-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: invert(1);
}
.l-container {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .l-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    width: 1140px;
  }
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
  margin: 0.5em 0;
}
.l-section {
  margin: 1rem 0;
}
.spec-buy-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.btn,
.spec-buy-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 2px solid #000;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover,
.spec-buy-button:hover {
  background-color: #000;
  color: #fff;
}
.ll-container {
  max-width: 100%;
}
.section-footer {
  margin-top: 2rem;
  padding: 1.5rem clamp(0.75rem, 4vw, 1.5rem);
  border-top: 1px solid #ddd;
  color: #000;
}
.section-footer a {
  color: inherit;
}
