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: #FFA9A9;
  --accent-color: #CFAD9A; }

img {
  object-fit: contain; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

body {
  background: #E53E29;
  margin: 0 auto;
  letter-spacing: 1.2px;
  color: white; }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #E53E29;
  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 {
    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 .catalog {
    position: absolute;
    top: 4vw;
    left: 10vw;
    text-align: left;
    font-size: 1.5vw;
    font-family: 'Gothic A1', sans-serif;
    font-weight: bold;
    line-height: 2.4vw;
    transform: scale(1.1, 1); }
  .main-visual .sns-top {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 4vw;
    right: 10vw; }
    .main-visual .sns-top img {
      width: 3.5vw; }
    .main-visual .sns-top img.sns-fb {
      margin-right: 0.7vw; }
  @media (max-width: 768px) {
    .main-visual .catalog, .main-visual .sns-top {
      display: none; } }

.intro {
  position: relative;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }
  .intro img.main, .intro .desc {
    width: 100%; }
  .intro img.catch {
    width: 90%;
    margin-bottom: 3vw; }

.date-price {
  max-width: 90%;
  margin: 3.5vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Gothic A1', sans-serif;
  font-weight: bold; }
  .date-price p {
    width: 45%;
    align-self: baseline;
    padding: 0 1%; }
  .date-price .date {
    font-size: 7vw;
    text-align: right; }
  .date-price .shop {
    font-size: 4vw;
    text-align: left; }
  .date-price .price {
    margin: 1vw 0;
    text-align: center; }
  @media (max-width: 768px) {
    .date-price .date, .date-price .shop {
      width: 100%;
      text-align: center; }
    .date-price .price {
      width: 100%;
      font-size: small; } }

.shops {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  font-family: 'Gothic A1', sans-serif; }
  .shops a {
    width: 20%;
    background: white;
    color: #E53E29;
    margin: 15px 2%;
    padding: 15px 0;
    text-align: center; }
  .shops .shop-none {
    visibility: hidden;
    height: 0; }
  @media (max-width: 768px) {
    .shops {
      justify-content: center; }
      .shops a {
        width: 90%;
        margin: 5px 0;
        padding: 10px 0;
        font-size: x-small; }
      .shops .shop-none {
        display: none; } }

.spec {
  max-width: 90%;
  margin: 10vw auto 3vw auto;
  text-align: center; }
  .spec .spec-h1 {
    width: 35%; }
  .spec .spec-h2 {
    width: 90%;
    margin-top: 2vw; }
  .spec .swiper-container {
    margin-top: 3vw; }
    .spec .swiper-container .swiper-button-next {
      width: 56px;
      height: 56px;
      background: url("../img/arrow_right.png") no-repeat center center/contain !important; }
    .spec .swiper-container .swiper-button-prev {
      width: 56px;
      height: 56px;
      background: url("../img/arrow_left.png") no-repeat center center/contain !important; }
  .spec .swiper-pagination {
    display: none;
    position: relative;
    width: 100%; }
    .spec .swiper-pagination .swiper-pagination-bullet {
      margin: 0 4px; }
    .spec .swiper-pagination .swiper-pagination-bullet-active {
      background: #696969; }
  .spec .banner img {
    width: 100%; }
  @media (max-width: 768px) {
    .spec {
      margin: 5vw auto 3vw auto; }
      .spec .spec-h1 {
        width: 50%; } }

.icons {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; }
  .icons img.icon {
    width: 15%;
    align-self: baseline;
    margin-top: 3vw; }

.track {
  position: relative;
  margin: 10vw auto;
  text-align: center;
  color: #E53E29;
  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;
    width: 70vw;
    padding: 1px 0;
    margin: 0 auto;
    font-family: "M PLUS Rounded 1c"; }
  .track .h-tracklist {
    margin: 10vw 0;
    width: 100%;
    text-align: center; }
  .track img.h-tracklist-logo {
    width: 40%; }
  .track .num {
    width: 15%;
    text-align: left;
    font-weight: bold;
    font-size: larger; }
  .track .track-info {
    width: 85%;
    text-align: right;
    margin-bottom: 20px; }
    .track .track-info .track-title {
      font-weight: bold;
      font-size: larger;
      letter-spacing: 2px; }
    .track .track-info .track-maker {
      font-family: "Sawarabi Mincho";
      font-size: smaller; }
  @media (max-width: 768px) {
    .track {
      background-image: url("../img/bg-tracklist.svg");
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 15vw;
      z-index: -1; }
      .track img.bg-tracklist {
        display: none; }
      .track img.h-tracklist-logo {
        width: 80%; }
      .track .tracklist {
        width: 90vw; }
      .track img.h-tracklist-logo {
        width: 50%; }
      .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; } }

.staff {
  width: 90%;
  margin: 3vw auto;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 900; }
  .staff a {
    color: white; }
  .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-family: 'Gothic A1', sans-serif;
      font-weight: 900;
      padding: 10px 0 10px 25px; }
  @media (max-width: 768px) {
    footer .sns img {
      width: 8vw;
      margin-left: 2vw; } }
