html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --main-color: #9a241f;
  --accent-color: #CFAD9A; }

img {
  object-fit: contain; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

body {
  background: var(--main-color);
  margin: 0 auto;
  letter-spacing: 1.2px;
  color: white;
  font-family: "Noto Serif JP", serif; }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: var(--main-color);
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 999;
  color: white; }
  #loading img.loading-image {
    width: 15%;
    animation: fluffy 3s ease-in-out infinite; }
  #loading p {
    margin-top: 20px;
    animation: flash 3s ease-in-out infinite; }
  @media (max-width: 768px) {
    #loading img.loading-image {
      width: 50%;
      animation: fluffy 3s ease-in-out infinite; } }

.loaded {
  opacity: 0;
  visibility: hidden; }

@keyframes fluffy {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.main-visual {
  position: relative;
  margin: 0 auto; }
  .main-visual img.main {
    width: 100%; }
  .main-visual img.logo {
    position: absolute;
    top: 5vh;
    right: 5vh;
    width: 25vw; }
  @media (max-width: 768px) {
    .main-visual img.main {
      height: 100vh;
      object-fit: cover; }
    .main-visual img.logo {
      left: 5vh;
      right: 0;
      width: 50vw; } }

.information {
  background-image: url("../img/pattern.png");
  background-size: 20%;
  background-position-x: 3vw;
  margin-top: -20px;
  padding-bottom: 10px; }

span.bg-red {
  background: var(--main-color); }

.intro {
  position: relative;
  text-align: center;
  max-width: 100%;
  padding-top: 90px; }
  .intro .catch {
    font-size: 2.2em;
    letter-spacing: 8px;
    margin-bottom: 3vw; }
  .intro .desc {
    font-size: 1.8em;
    line-height: 1.8; }
  @media (max-width: 768px) {
    .intro .catch {
      font-size: 1.3em;
      letter-spacing: 3px; }
    .intro .desc {
      font-size: 0.9em; } }

.cd-info {
  max-width: 80%;
  display: flex;
  margin: 10vh auto; }
  .cd-info a {
    width: 50%; }
  .cd-info img.jacket {
    width: 100%; }
  @media (max-width: 768px) {
    .cd-info {
      max-width: 96%;
      margin-top: 5vh;
      flex-direction: column; }
      .cd-info a {
        width: 100%; } }

.date-price {
  max-width: 90%;
  margin: 60px auto 0 auto;
  font-weight: bold; }
  .date-price p {
    padding: 0 1%;
    font-size: x-large;
    text-align: left;
    line-height: 2;
    display: flex;
    align-items: center; }
    .date-price p span.head {
      font-size: medium;
      color: var(--main-color);
      padding: 2px 8px;
      background: white;
      margin-right: 20px; }
    .date-price p span.dummy {
      visibility: hidden; }
  @media (max-width: 768px) {
    .date-price {
      max-width: 100%;
      margin-top: 20px; }
      .date-price p {
        font-size: large;
        margin-bottom: 10px; } }

.shops {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: start; }
  .shops a {
    width: 40%;
    background: white;
    color: var(--main-color);
    margin: 10px 2% 0px 1%;
    padding: 15px 0;
    text-align: center; }
  .shops .shop-none {
    visibility: hidden;
    height: 0; }
  @media (max-width: 768px) {
    .shops {
      max-width: 100%;
      justify-content: center; }
      .shops a {
        width: 100%;
        margin: 5px 0;
        padding: 10px 0;
        font-size: small; }
      .shops .shop-none {
        display: none; } }

.track {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: white;
  background: none; }
  .track img.bg-tracklist {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1; }
  .track img.bg-mokuba {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: -1; }
  .track .tracklist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 60vw;
    padding: 1px 0;
    margin: 10vh auto; }
  .track .h-tracklist {
    margin: 0;
    padding-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center; }
    .track .h-tracklist h1 {
      font-size: 5vw;
      letter-spacing: 2vw;
      margin-right: -2vw; }
  .track .num {
    text-align: center;
    font-weight: bold;
    font-size: larger;
    margin-bottom: 20px; }
  .track .track-info {
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .track .track-info .track-title {
      font-weight: bold;
      font-size: x-large;
      letter-spacing: 2px; }
    .track .track-info .track-maker {
      font-size: smaller;
      margin: 5px 5px 0 0; }
  @media (max-width: 768px) {
    .track {
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 15vw;
      z-index: -1; }
      .track .h-tracklist {
        padding-top: 40px;
        margin-bottom: 40px; }
        .track .h-tracklist h1 {
          font-size: 10vw; }
      .track .tracklist {
        margin: 5vh auto;
        width: 90vw; }
      .track .track-item {
        margin: 0 3vw 2vh 3vw; }
      .track .num {
        width: 100%;
        text-align: center;
        font-size: medium; }
      .track .track-info {
        width: 100%;
        text-align: center; }
        .track .track-info .track-title {
          font-size: medium; } }

.youtube {
  width: 90%;
  height: calc(90vw * (9 / 16));
  margin: 0 auto; }
  @media (max-width: 768px) {
    .youtube {
      margin-top: -20vw; } }

.special {
  width: 60%;
  margin: 0 auto; }
  .special h1 {
    font-size: 5vw;
    letter-spacing: 2vw;
    text-align: center;
    margin: 80px 0;
    margin-right: -2vw; }
  .special .special-body {
    display: flex; }
    .special .special-body img {
      width: 40%; }
    .special .special-body p {
      padding-left: 10%;
      line-height: 2; }
    .special .special-body span.c-title {
      font-size: larger;
      font-weight: bold; }
  @media (max-width: 768px) {
    .special {
      width: 96%; }
      .special h1 {
        font-size: 10vw;
        margin: 40px auto; }
      .special .special-body {
        flex-direction: column; }
        .special .special-body img {
          width: 100%;
          margin: 0 auto; }
        .special .special-body p {
          padding-left: 0;
          margin-top: 1vh;
          text-align: center; } }

.staff {
  width: 90%;
  margin: 3vw auto;
  font-weight: 900; }
  .staff a {
    color: white;
    background: var(--main-color); }
  .staff .staff-line {
    display: flex;
    margin-bottom: 20px; }
    .staff .staff-line p {
      letter-spacing: 3px;
      margin-right: 22px;
      align-self: baseline; }
    .staff .staff-line .staff-roll {
      font-size: x-small;
      letter-spacing: 2px;
      line-height: 33px; }
    .staff .staff-line .staff-track {
      font-size: x-small; }
  .staff .staff-line-sp {
    display: none; }
  @media (max-width: 768px) {
    .staff .staff-line {
      display: none; }
    .staff .staff-line-sp {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 3vw; }
      .staff .staff-line-sp p {
        letter-spacing: 3px;
        margin-right: 0;
        align-self: baseline;
        width: 50%; }
      .staff .staff-line-sp .staff-roll {
        font-size: x-small;
        letter-spacing: 2px;
        line-height: 33px; }
      .staff .staff-line-sp .staff-track {
        font-size: x-small; }
      .staff .staff-line-sp a {
        line-height: 3vh; } }

footer {
  width: 90%;
  margin: 60px auto; }
  footer .sns {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px; }
    footer .sns img {
      margin-left: 1vw;
      width: 2vw; }
    footer .sns img.sns-fb {
      margin-left: 0.7vw; }
  footer .copyright {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    text-align: right; }
    footer .copyright hr {
      flex-grow: 2;
      height: 1px;
      background: white;
      border: none; }
    footer .copyright p {
      font-weight: 900;
      padding: 10px 0 10px 25px; }
  @media (max-width: 768px) {
    footer .sns img {
      width: 8vw;
      margin-left: 2vw; } }
