ul{
	padding: 0;
}


body {
	background-color: #101010;
  font-family: 'Cinzel', Ryumin Medium KL,serif;
  color: #f0c2ff;
  background-image: url('../img/site_bg.jpg');
	background-size: cover;
	background-repeat-x: no-repeat;
  margin: 0;
  padding: 0;
}
a {
	transition: color 0.5s;
}
a:link { color:#f0c2ff; text-decoration:none }
a:visited { color:#f0c2ff; text-decoration:none }
a:hover { color:#f0c2ff; text-decoration:none }
a:active { color:#f0c2ff; text-decoration:none }
li{
	list-style: none;
}

img{
  width: 100%;
}

.wrapper{
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  display: none;
  animation: opacity-animation 2s ease;
}

.menu{
/*  position: fixed;
  z-index: 1;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  height: 65px;*/
  position: fixed;
      z-index: 1;
      right: 0;
      height: 100%;
      width: 5%;
}
.menu ul{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding: 0;
}

.menu ul li{
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
  transition-duration: 0.8s;
  font-size: 1em;
  margin: 6em 0px;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  list-style: none;
}

.menu ul li:hover{
  color: rgba(255, 255, 255, 1);
}

.menu ul a{
  vertical-align: middle;
}

.sp-menu{
  display: none;
}

/* header movie */
.intro{
  width: 100%;
  height: 150vh;
}

.copy{
  display: none;
  will-change: opacity;
  color: white;
  font-size: 6em;
  line-height: 9;
  margin: auto;
  width: 90%;
  text-align: center;
  animation: opacity-animation 2s ease;
}

.bg{
  display: none;
  will-change: opacity;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  will-change: opacity;
  color: white;
  font-size: 6em;
  line-height: 9;
  margin: auto;
  width: 90%;
  text-align: center;
  animation: opacity-animation 3s ease;

}

.bg img:last-child{
  display: none;
}

.title{
  display: none;
  position: absolute;
  top: 20%;
  left: 15%;
  margin: auto;
  width: 4%;
  will-change: opacity;
  color: white;
  font-size: 6em;
  line-height: 9;
  margin: auto;
  text-align: center;
  animation: opacity-animation 10s ease;
}

@keyframes opacity-animation {
0% {opacity: 0;
}
100% {opacity: 1}
}

.logo{
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
}

.info{
  padding-top: 190px;
  position: relative;
  margin: 0 auto;
}

.cover{
  width: 40%;
  display: initial;
}

.cover img{
  max-width: 500px;
}

.track-list{
  width: 50%;
  display: inline-block;
	padding-left: 50px;
}

.name{
  font-size: 40px;
}
h1{
  font-size: 64px;
}

h2{
  margin-top: 70px;
}
h2::before,h2::after{
  content:"";
  display:inline-block;
  width:140px;
  height:1px;
  margin:0 3rem;
  background-color: rgba(240, 194, 255, 0.60);
  vertical-align: middle;
}

/*hr{
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.8),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.8),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.8),rgba(255,255,255,0));
  background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.8),rgba(255,255,255,0));
  border: 0;
}*/
hr{ display:none;
}

.list{
  font-size: 24px;
  text-align: left;
}

.list li:nth-child(even){
  font-size: 20px;
  margin-bottom:25px;
}

#distribute ul{
  text-align: center;
}

.youtubeDummy{
  display: none;
}

.mediaTitle{
  margin-bottom: 10px;
  margin-top: 10px;
}

footer{
	 display: none;
   font-size: 12px;
    width: 100%;
    height: 40px;
    margin-top: 60px;
    background-color: #2f2f2f;
    text-align: center;
    line-height: 40px;
    color: white;
}

@media only screen and (max-width: 1200px) {

	.bg{
		top: 0;
    position: relative;
	}

  .bg img:first-child{
    display: none;
  }

  .bg img:last-child{
    display: block;
  }

  .wrapper{
    position: static;
  }
  .title img{
    display: none;
  }
  .logo img{
    display: none;
  }

	.copy{
	  font-size: 6vw;
    position: absolute;
    left: 0;
    right: 0;
	}
  .menu{
    display: none;
		top: 0;
	}
  .sp-menu{
    position: fixed;
        z-index: 3;
        right: 0;
        display: block;
        color: white;
        width: 50px;
        margin: 7px;
  }

	.intro{
		position: relative;
		top: 35px;
    height: 100%;
	}

  .logo{
      top: -40px;
  }

	.title{
		width: 30px;
		top: 60px;
	}

  .info{
      padding-top: 45px;
  }

  .name{
    font-size: 5vw;
  }

  h2::before, h2::after {
      width: 35px;
      margin: 0 1rem;
  }

  .cover{
    display: none;
  }

  .track-list {
      width: 100%;
      margin: 0;
      padding: 0;
      float: initial;
  }

  .list{
    padding: 0;
    font-size: 1em;
    text-align: center;
  }
  .list li:nth-child(even) {
      font-size: 0.9em;
  }

  .menu-list{
    display: none;
    animation: opacity-animation 0.5s ease;
    animation-direction:alternate;
  }

  .menu-list ul{
    padding: 40px 40px 0 15px;
    position: fixed;
    top: -17px;
    right: 0;
    z-index: 5;
    width: 35%;
    height: 100%;
    background-color: gray;
  }

  .menu-list ul li{
    margin-top: 20px;
  }

  .menu-title{
    color: black;
    margin-bottom: 24px;
  }

  .menu-close{
    display: inline-block;
    position: relative;
    z-index: 6;
    margin: 0 20px 0 7px;
    top: -22px;
    float: right;
    width: 2px;
    height: 19px;
    background: #000;
    transform: rotate(45deg);
}
.menu-close:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 19px;
  height: 2px;
  margin-top: -2px;
  background: #000;
}

.youtube{
  display: none;
}

.youtubeDummy{
  display: block;
}

#crossfade ul{
  padding: 0;
}
  .display{
    opacity: 1;
    display: block;
  }

  hr{
    display: none;
  }
  h2 {
    margin-top: 30px;
    font-size: 1.1em;
  }
}
