#topBg {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#BgMov {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#main {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#logo {
  transform-origin: 50% 50%;
}

#Welcom {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 80%;
  z-index: 2;
}

#Welcomlogo {
  background-color: #f00;
  text-align: center;
  transform: scale(700);
  transform-origin: center center;
  position: relative;
  height: 100%;
}

#Welcomlogo img {
  height: 100%;
}

#NAME_WRAP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

#NAME {
  animation: logoanime1_1 1.5s .5s linear both;
}

.loaded #NAME {
  animation: logoanime1_2 1s .5s linear both;
}

.loaded #logo {
  animation: logoanime2 3s 0s linear infinite both;
}

.loaded #Welcomlogo {
  animation: logoanime1 2s 1s ease-out both;
}

.loaded #global_footer {
  animation: footer 1s 2s linear both;
}

.loaded #loading {
  opacity: 0;
  transition: opacity .3s;
  animation: none;
}
@media only screen and (max-width:768px) {
　body{

    background-repeat: no-repeat;
    background-position: center;
    background-size: 90vw;
    background-color: #000;
　}
}

#loading {
  animation: loading 4s 3s infinite both;
  font-family: "Renner*";
  font-weight: 500;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
}

#NAME {
  font-size: 4rem;
  line-height: 4rem;
  margin-top: -4rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10;
}

#JP_THE_WAVY {
  position: relative;
  z-index: 1;
}

#global_footer {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  width: 100%;
}

#JP_THE_WAVY canvas {
  transition: transform .3s;
  transform: scale(0.9);
}

@keyframes footer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu {
  0% {
    filter: blur(50px);
  }
  100% {
    filter: blur(0px);
  }
}

@keyframes logoanime1 {
  0% {
    transform: scale(700) rotateY(0deg);
      background-color: transparent;
    opacity: 1;
  }
  70% {
    transform: scale(1) rotateY(0deg);
    background-color: transparent;
    opacity: 1;
  }
  100% {
      background-color: transparent;
    transform: scale(1) rotateY(150deg);
    opacity: 0;
  }
}

@keyframes logoanime1_1 {
  0% {
    filter: blur(50px);
    opacity: .5;
  }
  50% {
    filter: blur(50px);
    opacity: .5;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes logoanime1_2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes logoanime2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes logoanime2_2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 415px) {
  #Welcom {
    height: 280px;
    width: 560px;
  }
  .mainnav-item {
    animation: footer 1s 2.5s linear both;
  }
  .mainnav-item:nth-of-type(1) {
    animation-delay: 1.6s;
  }
  .mainnav-item:nth-of-type(2) {
    animation-delay: 1.7s;
  }
  .mainnav-item:nth-of-type(3) {
    animation-delay: 1.8s;
  }
  .mainnav-item:nth-of-type(4) {
    animation-delay: 1.9s;
  }
  .mainnav-item:nth-of-type(5) {
    animation-delay: 2s;
  }
  .mainnav-item:nth-of-type(6) {
    animation-delay: 2.1s;
  }
}
@media (min-width: 769px) {
  body{

      background-repeat: no-repeat;
      background-position: center;
      background-size: 500px;
      background-color: #000;
  }
}
@media (max-width: 768px) {
  body{

      background-repeat: no-repeat;
      background-position: center;
      background-size: 90vw;
      background-color: #000;
  }
}

@media (max-width: 414px) {
  #main {
    max-height: 100vh;
  }
  #NavBtSVG {
    animation-delay: .5s;
  }
  #Welcom {
    height: 210px;
    width: 420px;
  }
  #JP_THE_WAVY {
    max-height: 100vh;
    overflow: hidden;
  }
  #JP_THE_WAVY canvas {
    transform: scale(0.8);
  }
  #global_footer {
    position: fixed;
  }
}
/*ジャケット記述*/
.listen {
  height: 100vh;
  display: flex;

  justify-content: center;

  flex-direction: column;
  padding-top: 7rem
}
.musiclist {
  display: flex;

  justify-content: center;

}

.musiclist-item, .musiclist-dummy {
  width: 100%;
  max-width: 216px;
  min-width: 180px;
}

.musiclist-item.new_rerease, .musiclist-dummy.new_rerease {
  width: 85%;
  max-width: 500px;
  min-width: 180px;
  margin: 0 0 50px;
}

.musiclist-item img, .musiclist-dummy img {
  box-shadow: 1rem 1rem 0.5rem rgba(0, 0, 0, 0.5);
}

.musiclist-dummy {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 513px) {
  .musiclist-item {
    animation: op 2s both;
  }
  .musiclist-item:nth-of-type(1) {
    animation-delay: 1s;
    text-align: center;
  }
  .musiclist-item:nth-of-type(2) {
    animation-delay: 1.2s;
  }
  .musiclist-item:nth-of-type(3) {
    animation-delay: 1.4s;
  }
  .musiclist-item:nth-of-type(4) {
    animation-delay: 1.6s;
  }
  .musiclist-item:nth-of-type(5) {
    animation-delay: 1.8s;
  }
  .musiclist-item:nth-of-type(6) {
    animation-delay: 2s;
  }
  .musiclist-item:nth-of-type(7) {
    animation-delay: 2.2s;
  }
  .musiclist-item:nth-of-type(8) {
    animation-delay: 2.4s;
  }
  .musiclist-item:nth-of-type(9) {
    animation-delay: 2.6s;
  }
  .musiclist-item:nth-of-type(10) {
    animation-delay: 2.8s;
  }
  .musiclist-item.new_rerease {
    animation-name: newrerease;
  }
  .musiclist-item.new_rerease:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .musiclist-item a:hover .jacket_hov {
    opacity: .6;
  }
  .musiclist-item a:hover .jacket_hov::before {
    animation: ufo 2s linear infinite;
  }
  .musiclist-item a:hover .jacket_hov-label {
    animation: listen 1s linear forwards;
  }
  .musiclist-item a:hover .jacket_hov img {
    filter: blur(2px);
  }
  .jacket {
    position: relative;
  }
  .jacket_hov {
    align-items: center;
    background-color: #000;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
  }
  .jacket_hov::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .jacket_hov-label {
    color: #fff;
    font-size: 3.5rem;
    font-family: "Renner*";
    font-weight: 400;
    padding: 2px 5px 0;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 512px) {
  #main {
    margin-top: 0;
  }
  .musiclist-item {
    margin: 3%;
    width: 40%;
  }
  .jacket_hov-label {
    color: #fff;
    font-size: 3.5rem;
    font-family: "Renner*";
    font-weight: 400;
    padding: 2px 5px 0;
    position: relative;
    z-index: 2;
  }

}
.musiclist-item {
  animation: op 2s both;
}
.musiclist-item:nth-of-type(1) {
  animation-delay: 1s;
  text-align: center;
}
.musiclist-item:nth-of-type(2) {
  animation-delay: 1.2s;
}
.musiclist-item:nth-of-type(3) {
  animation-delay: 1.4s;
}
.musiclist-item:nth-of-type(4) {
  animation-delay: 1.6s;
}
.musiclist-item:nth-of-type(5) {
  animation-delay: 1.8s;
}
.musiclist-item:nth-of-type(6) {
  animation-delay: 2s;
}
.musiclist-item:nth-of-type(7) {
  animation-delay: 2.2s;
}
.musiclist-item:nth-of-type(8) {
  animation-delay: 2.4s;
}
.musiclist-item:nth-of-type(9) {
  animation-delay: 2.6s;
}
.musiclist-item:nth-of-type(10) {
  animation-delay: 2.8s;
}
.musiclist-item.new_rerease {
  animation-name: newrerease;
}
.musiclist-item.new_rerease:nth-of-type(1) {
  animation-delay: 0.5s;
}
.musiclist-item a:hover .jacket_hov {
  opacity: .6;
}
.musiclist-item a:hover .jacket_hov::before {
  animation: ufo 2s linear infinite;
}
.musiclist-item a:hover .jacket_hov-label {
  animation: listen 1s linear forwards;
}
.musiclist-item a:hover .jacket_hov img {
  filter: blur(2px);
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes newrerease {
  0% {
    opacity: 0;
    transform: translateY(-20px) rotate3d(10, 10, -2, 15deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate3d(10, 10, 1, 0deg);
  }
}

@keyframes listen {
  0% {
    background: #900;
  }
  100% {
    background: #000;
  }
}

@keyframes ufo {
  0% {
    opacity: .2;
    transform: translateY(0px);
  }
  50% {
    opacity: .5;
    transform: translateY(5px);
  }
  100% {
    opacity: .2;
    transform: translateY(0px);
  }
}
/*ジャケット記述end*/
