html,
body,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}

body {
  font-family: sans-serif;
  line-height: 1.8em;
  letter-spacing: 0;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

h1 {
  margin: 18px auto;
}

h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 4px;
}

h3 {
  margin-bottom: 0;
}

h4 {
  margin: 10px 0 0;
}

ul {
  list-style-type: none;
}

dt {
  border-bottom: 8px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}

dd {
  margin: 0 0 16px;
}

dd p {
  margin-top: 0;
}

header {
  width: 320px;
  margin: 20px auto 0;
}

article {
  font-size: 18px;
  line-height: 1.5em;
  width: 300px;
  margin: 0 10px;
}

h1,
.menu,
.container {
  width: 320px;
  margin: auto;
}

.container {
  padding: 2rem 0;
}

article span,
header h2 span,
header span,
p,
.work {
  background-color: #fff;
}

.article__header {
  width: 300px;
}

.updates {
  display: inline-block;
  background-color: #fff;
  white-space: pre-wrap;
}

.title--live-category {
  margin: 10px;
  border-bottom: 8px solid #000;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#background canvas {
  display: block;
}

.buy {
  background-color: #000;
  color: #fff;
  float: right;
  font-size: 16px;
  text-decoration: none;
  padding: 2px 10px;
}

.buy:hover {
  background-color: #ccc;
}

.current {
  border-bottom: 8px solid #000;
}

.logo {
  padding: 0 10px;
  width: 300px;
  margin-right: 30px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu ul {
  padding: 10px;
}

.menu li {
  float: left;
  margin-right: 12px;
  margin-top: -10px;
  text-transform: uppercase;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  color: #000;
  text-decoration: none;
}

.menu a:hover {
  color: #ccc;
  border-bottom: none;
}

.works-type {
  font-size: 40px;
  padding-left: 10px;
}

.works-type li {
  margin-bottom: 20px;
  color: #ccc;
  cursor: pointer;
}

.works-type .current {
  border: none;
  color: #000;
}

.work {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.work + .work {
  margin-top: 2rem;
}

.tracks {
  border-top: 8px solid #000;
  font-size: 18px;
  line-height: 1.4em;
  margin: 10px 0;
  padding: 10px 0 0;
  white-space: pre-wrap;
}

.release-information {
  text-transform: uppercase;
}

.people {
  font-weight: bold;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.recruit-body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  border: 8px solid #000;
  line-height: 1.5;
  background-image: url("/assets/images/recruit/pattern.png");
  max-width: 768px;
  margin: 0 auto;
}

.recruit-body section {
  margin: 0 auto;
  padding: 16px;
  background-color: #fff;
}

.recruit-body footer {
  text-align: center;
  padding: 16px 0 8px;
  background-color: #000;
}

.recruit-body footer a {
  color: #fff;
}

.recruit-body a {
  color: #000;
}

.recruit-body a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #000;
}

.recruit-body h1 {
  margin: 12px auto 24px;
  font-size: 21px;
  text-align: center;
  line-height: 1.5;
}

.recruit-body h2 {
  font-size: 21px;
  text-align: center;
}

.recruit-body p {
  margin: 16px auto;
  padding: 0;
  font-size: 14px;
}

.recruit-body section p:last-child {
  margin-bottom: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.download {
  text-align: center;
  max-width: 768px;
  margin: auto;
}

.download__item {
  border: 4px solid #000;
  padding: 8px;
  margin: 8px 0;
  display: block;
}

.entry {
  clear: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.entry__deadline {
  font-size: 14px;
  font-weight: bold;
}

.note {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 640px) {
  header,
  .container {
    width: 640px;
  }

  article {
    width: 620px;
  }

  h1 {
    margin: 0;
  }

  h2 {
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 8px;
  }

  .article__header {
    width: 620px;
  }

  .works-type {
    font-size: 60px;
  }

  .works-type li {
    margin: 30px 0;
  }

  .menu li {
    margin: 4px 20px 0 0;
  }

  .menu {
    font-size: 24px;
    margin: 0;
    width: 640px;
  }
}

@media screen and (min-width: 768px) {
  .recruit-body section {
    padding: 16px 32px 32px;
  }

  .recruit-body p {
    margin: 16px auto;
  }

  .recruit-body p,
  .download__item {
    font-size: 18px;
  }

  .download {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .download__item {
    width: 200px;
    margin: 8px;
  }

  .entry {
    line-height: 1;
  }

  .entry__deadline {
    font-size: 18px;
  }

  .note {
    font-size: 14px;
  }

  .recruit-body h1 {
    font-size: 32px;
  }

  .recruit-body h2,
  .entry {
    font-size: 32px;
  }
}

@media screen and (min-width: 960px) {
  header,
  .container {
    width: 960px;
  }

  article {
    font-size: 24px;
    line-height: 1.6em;
    width: 940px;
  }

  h1 {
    float: left;
    margin: 0 8px 0 0;
    width: 320px;
  }

  h2 {
    font-size: 80px;
    line-height: 1.2em;
    margin-bottom: 8px;
  }

  .article__header {
    width: 940px;
  }

  .works-type {
    font-size: 80px;
  }

  .works-type li {
    margin: 50px 0;
  }

  .menu {
    font-size: 24px;
    padding: 40px 0 0;
    width: 960px;
  }

  .tracks {
    font-size: 28px;
    line-height: 1.5em;
  }
}
