body {
	background: url(../images/asset1.jpg) repeat;
	background-size: auto;
	color: #ffffff;
	font-family: "游明朝", YuMincho, '源ノ角明朝 Regular', '源ノ角明朝', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
	overflow-x: hidden;
}

#loader {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: #111111;
	width: 100vw;
	height: 100vh;
}

#progress,
#progress:before,
#progress:after {
  border-radius: 50%;
}
#progress {
  color: #333333;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#progress:before,
#progress:after {
  position: absolute;
  content: '';
}
#progress:before {
  width: 5.2em;
  height: 10.2em;
  background: #111111;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
#progress:after {
  width: 5.2em;
  height: 10.2em;
  background: #111111;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.flexbox-cc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

header {
	position: fixed;
	margin: 0;
	padding: 2vw;
	top: 0;
	left: 0;
	z-index:255;
}

#section1 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	background-color: #111111;
    background-image: url("../images/bgillust.jpg");
	background-size: cover;
	background-position: bottom;
}

#section1 #hero {
	min-height: inherit;
	max-width: 100%;
	position: relative;
}

#section #hero img {
	max-width: 30%;
}

#heroillust,
#titlelogo {
	text-align: left;
}

#titlelogo {
		max-width: 30vw;
	}

#heroillust img,
#titlelogo img {
	max-width: 90%;

}

a#scrolldown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #faebdb;
}

a#scrolldown {
  padding-top: 70px;
}
a#scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


#section2 {
	position: relative;
	width: 100%;
	margin: 0;
	background: url(../images/asset2.jpg) repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#section2 img {
	text-align: center;
}

#section2 #flavor {
	padding: 4rem 0 0 0;
	max-width: 80%;
	margin: 0 auto;
	/*text-shadow:0px 0px 6px #e5c264,0px 0px 7px #e5c264,0px 0px 3px #e5c264;*/
}

#section2 #flavor h2 {
	text-align: center;
	padding: 0 0 8rem 0;
	font-size: 24pt;
}

#section2 #flavor p {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12pt;
}

#section3 {
	position: relative;
	background: url(../images/asset1.jpg) repeat;
	background-size: auto;
	padding: 8rem 0;
}

#section3 #circle1 {
	position: absolute;
	top: 50px;
	left: -375px;
	z-index: 10;
}

#youtubecontainer {
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	z-index: 20;
}

#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index: 20;
}

#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 60;
}

#soundcloud {
	margin: 0 auto;
}

#section4 {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	background: url(../images/asset2.jpg) repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#section4 #tracklist {
	text-align: center;
	margin-top: 50px;
	/*text-shadow:0px 0px 6px #e5c264,0px 0px 7px #e5c264,0px 0px 3px #e5c264;*/
	align-items: baseline !important;
}

#section4 #tracklist div {
	margin: 0 10px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
}

#section4 div#lyricsbtn {
	text-align: center;
	margin-top: 30px;
}

#section4 div#lyricsbtn a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 10px 0 0 0;
	line-height: 90px;
	border-radius: 50%;
	vertical-align: middle;
	background: #faebdb;
	color: #fff;
	transition: 0.3s;
}
#section4 div#lyricsbtn a:hover {
	background: rgba(0,0,0,1);
	text-decoration: none;
	
}


#section5 {
	position: relative;
	padding: 8rem 0;
	margin-top: 1rem;
	background: url(../images/asset2.jpg) repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#section5 #circle2 {
	position: absolute;
	top: -100px;
	right: -375px;
	z-index: 10;
}

#section5 #jacket #jacketartwork img {
	max-width: 100%;
}

#section5 #cdinfo {
	position: relative;
	/*text-shadow:0px 0px 6px #e5c264,0px 0px 7px #e5c264,0px 0px 3px #e5c264;*/
	z-index: 20;
}

#section5 #cdinfo a {
	color: #faebdb;
}

#section5 #cdinfo table,
#section5 #cdinfo table th,
#section5 #cdinfo table td {
	position: relative;
	z-index: 20;
}

div#information.flexbox.container {
	position: relative;
	z-index: 20;
}



#section6 {
	width: 100%;
	padding: 8rem 0;
	background: #000;
}

#section6 #credits .staff {
	width: 120px;
	max-width: 100%;
	margin: 0 30px 30px 0;
}

#section6 #credits .staff a {
	color: #D0D0D0;
	display: inline-block;
	padding-bottom: 0;
	position: relative;
	text-decoration: none;
}

#section6 #credits .staff a::after {
	background-color: #D0D0D0;
	bottom: 1px;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 100%;
}

#section6 #credits .staff a:hover::after {
	width: 0;
}

#section6 #credits .staff h3 {
	font-weight: bolder;
	font-size: 14pt;
}

#section6 #credits .staff h6 {
	font-size: 10pt;
	color: #888;
}

footer {
	background: #222222;
	padding: 60px 0;
}

footer #copyright {
	width: 80vw;
	max-width: 100%;
	margin: 0 auto;
	font-size: 70%;
	color: #eee;
	letter-spacing: 1px;
	line-height: 2em;
}

.grey {
	color: #6b6b6b;
}

div.modaal-content-container p {
	margin-top: 20px;
	font-size: 9.5pt;
}

@media screen and (max-width: 1200px) {
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6 {
		max-width: 100%;
	}
	
	#circle1,
	#circle2 {
		display: none;
	}
	#section6 #credits .staff {
	width: 220px;
	max-width: 100%;
	margin: 0 30px 30px 0;
	}
	#titlelogo {
		max-width: 66%;
	}
	a#scrolldown {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
  text-decoration: none;
  color: #fff;
}
	body::before{
		background: #425ba8;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		/*background-attachment: fixed;*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
	}
	
}