@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900|Raleway:900i');

:root {
  --bg: rgb(235, 115, 146);
}

*{
  margin : 0;
  padding: 0;
}

body::before {
  background:url('../img/pppp-0023_bg.jpg') no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body::before {
    background:url('../img/pppp-0023_bg_sp.jpg') no-repeat left top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }   
}

body {
  font-size: 16px;
}

h1 {
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 48pt;
  margin: 0;
  margin-bottom: 20pt;
}

h2 {
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 28pt;
  font-style: italic;
  margin: 0;
  margin-bottom: 5pt;
}

ul {
  list-style-type: none;
}

.box {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top{
  background-size: cover;
  background-position: center;
}

img#logo{
  width: 100%;
  height: auto;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 767px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  }

.contents{
  border-left: 5px solid #ffffff;
  padding-left: 10px ;
  margin-bottom: 15px;
}

#xfd{
  background-color: var(--bg);
  color: white;
  padding: 20px 0px;
  text-align: center;
}

.video{
  position:relative;
  width:60%;
  margin-left: 20%;
  /* padding-top:56.25%; */
  padding-top:33.75%;
}

.video iframe{
  position:absolute;
  top:0%;
  right:0%;
  width:100%;
  height:100%;
}

#information {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px 0px;
}

#tracklist {
  background-color: var(--bg);
  color: #ffffff;
  padding: 20px 0px;
}

#stafflist {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px 0px;
}

#banner {
  background-color: var(--bg);
  color: #ffffff;
  padding: 20px 0px;
}

img#jacket{
  width: 70%;
  height: auto;
}

#header ul{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.shop-link {
  margin-top: 10px;
  width: 200px;
  height: 40px;
}

.coming-soon-box{
  background-color: rgba(0,0,0,0);
  color: white;
  padding: 20px 0;
}

#sound-cloud-box{
  margin-top : 20px;
}

#niconico-box{
  margin-top : 20px;
}

a.circle-link{
  color: rgb(17, 192, 223);
}

a.circle-link:hover{
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

img.banner{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

#fotter{
  background-color: rgba(0,0,0,0.8);
  color: white;
  padding: 20px 0 100px 0;
  text-align: center;
}

img.pizuya-logo{
  height:auto;
  max-height:50px;
}

/* delighter */

.fadein.delighter {
  transition: all .5s ease-out;
  opacity: 0;
}

.fadein.delighter.started {
  opacity: 1;
}

.fade-and-slidein.delighter {
  transition: all .5s ease-out;
  transform: translateX(-5%);
  opacity: 0;
}

.fade-and-slidein.delighter.started {
  transform: none;
  opacity: 1;
}

/************/

/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
  animation:show 1s both;
  width: 100%;
}
span.appear {display:inline-block;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:0;
		text-shadow:0 0 0 #0f0;
	}
	50% {
		text-shadow:0 0 0.5em #0f0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}

@media (max-width: 767px) {
  h1 {
    font-size: 28pt;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 18pt;
    margin-bottom: 5pt;
  }

  p {
    font-size: 16px;
  }

  .video{
    position:relative;
    width:100%;
    margin-left: 0%;
    padding-top:56.25%;
    /* padding-top:42.25%; */
    margin-top: 0px;
  }
  
  .video iframe{
    position:absolute;
    top:0%;
    right:0%;
    width:100%;
    height:100%;
  }
}

