/* ---------Setup--------- */

@import url('https://fonts.googleapis.com/css?family=Catamaran:400,900|Noto+Sans+JP:400,900&display=swap');

html{
	font-family: 'Noto Sans JP', "Helvetica", "Arial", "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
    width:100%;
    height:100%;
}

body {
	background-color:rgb(228,30,127);
	text-align: center;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	color:#fff;
	margin:0;
	padding:0;
	width:100%;
    height:100%;
}

#sc4 a {
	text-decoration: underline;
	color:#fff;
}

#sc4 a:link {
	text-decoration: underline;
	color:#fff;
}

#sc4 a:visited {
	text-decoration: underline;
	color:#fff;
}

#sc4 a:hover {
	text-decoration: none;
    color: #fd009c;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#sc4 a:active {
	text-decoration: none;
    color: #fd009c;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

a {
	text-decoration: none;
	color:#fff;
}

a:link {
	text-decoration: none;
	color:#fff;
}

a:visited {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: none;
    color: #fd009c;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

a:active {
	text-decoration: none;
    color: #fd009c;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

::selection {
	color:rgba(256,256,256,0.8);
	background:rgba(180,180,200,0.7);
}

::-moz-selection {
	color:rgba(256,256,256,0.8);
	background:rgba(180,180,200,0.7);
}

h1,h2,h3,h4{
	font-family: 'Catamaran', sans-serif;
}

h1{
	font-weight: 900;
	text-align: center;
}

h2 {
	font-size: 46px;
}

h4 {
	font-size: 26px;
	font-weight: 900;
}

#top{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background:url("img/bg.jpg");
	background-position:center;
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size:cover;
  background-size: cover;
	position:relative;
	font-family: 'Catamaran', sans-serif;
}

#main{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-left:15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	z-index:2;
}

.guard    {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url(img/guard.gif);
}

#sc2{
	padding:80px 0 0px 0;
	background-color:rgb(228,30,127);
    position: relative;
	overflow: hidden;
    clear: both;
}

#sc2 p{
	font-weight: 400;
}

#sc3{
	background-color:rgb(130,228,256);
	padding:50px 0 50px 0;
	overflow: hidden;
    position: relative;
	color: #000;
}

#sc4{
	background-color:rgb(0,0,0);
	padding-top:50px;
	padding-bottom:30px;
	overflow: hidden;
    position: relative;
	color: #fff;
}

#sc5{
	background-color:rgb(0,0,0);
	padding-top:50px;
	padding-bottom:30px;
	overflow: hidden;
    position: relative;
	color: #fff;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* ---------Info--------- */

.background {
	align: left;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

#info{
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 6px;
	bottom: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	z-index:2;
}

.tx1{
	text-align: left;
	line-height: 1.7em;
	z-index:3;
}




/* ---------About--------- */

span.nl {
	display: inline-block;
	height:auto;
}

.tx2{
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
	z-index:3;
}

#info1{
	width: 100%;
	margin-top:80px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
	text-align: left;
	font-weight: 600;
	line-height: 1.7em;
	position:relative;
	font-family: 'Noto Sans JP', sans-serif;
}

#sns{
	width: 100%;
	margin-top:0px;
	margin-bottom:90px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	line-height: 1.7em;
	position:relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.info2{
	margin:15px 0 40px 0;
	text-align: left;
	font-weight: 700;
	color: #fff;
	line-height: 2.2em;
}

.info2 td{
	margin:0;
	padding: 16px 26px 0 0;
	line-height: 1.6em;
	vertical-align: top;
}

.awbase {
	width:70%;
	height:350px;
	float: center;
	filter: drop-shadow(10px 10px 0px rgb(0,0,0));
}

.awbase img{
	max-width : 100%;
}


a.hover_aw{
	width:100%;
	display:block;
	}
	
a.hover_aw img{
	}
	
a:hover.hover_aw img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition:all 0.3s ease;
	}

a:hover.hover_aw img:after {
	transition: all .1s;
}

/*----- tracklist -----*/

.trl{
	margin:40px 0 80px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 900;
}

.trl td{
	margin:0;
	padding: 0.2em 46px 0 0;
	vertical-align: top;
}

s1{
	color: #fff;
}

s2{
	font-weight: 200;
	font-size: 18px;
}

s3{
	font-weight: 200;
	font-size: 14px;
}

s4{
	font-weight: 200;
	font-size: 16px;
}

.yt{
	margin-top:50px;
	margin-bottom:30px;
	filter: drop-shadow(10px 10px 0px rgb(0,0,0));
}


/* ---------Shop--------- */

.buy {
	display: table;
	width: 65%;
	margin:0 25%;
	margin-bottom:30px;
	padding: 0px 0 0 0;
}
   
   .buyl {
	display: table-cell;
	text-align: left;
	padding: 0px 0 0 0;
	font-weight: 300;
	font-size: 28px;
}
   
   .buyr {
	display: table-cell;
	width: 50%;
	text-align: left;
	font-weight: 100;
	font-size: 18px;
}
   
   
s5{
	font-weight: 900;
	font-size: 22px;
	color:rgb(256,256,30);
}

s6{
	font-weight: 200;
	font-size: 14px;
}
   
.credits{
	display: table;
	width: 65%;
	margin:0 25%;
	padding: 0 0 0 0;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.crel {
	display: table-cell;
	text-align: left;
	font-weight: 200;
	white-space:nowrap;
}
   
.crer {
	display: table-cell;
	width: 50%;
	text-align: left;
	font-weight: 200;
	white-space:nowrap;
}

.cross {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.colum {
	width: 50%;
}

.cred{
	margin:10px 0 40px 0;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
}

.cred td{
	margin:0;
	padding: 0.3em 46px 0 0;
	line-height: 1.8em;
	vertical-align: top;
}

/* ---------Footer--------- */


#link {
	vertical-align: middle;
	margin: 90px 0px 0px 0px; 
	font-size:0px;
}

#link img {
	vertical-align:middle;
	margin: 0px 100px; 
}


#footer{
	width: 100%;
	height: 30px;
	font-family: 'Catamaran', sans-serif;
	font-size: 24px;
	text-align: center;
	margin-top:80px;
	padding-bottom:26px;
	z-index:300;
	clear: both;
}

/* ---------PageTop--------- */

#PageTopBtn {
    position: fixed;
    bottom: -10px;
}
#PageTopBtn a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
    outline: none;
}
#PageTopBtn a:hover {
    text-decoration: none; 
    color: #fd009c;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

@media screen and (orientation: landscape) {
	#PageTopBtn {
	    font-size: 26px;
	    right: 100px;
	}
	#PageTopBtn a {
	    width: 210px;
	    height: 70px;
	    padding: 12px 0;
	}
}

@media screen and (orientation: portrait) {
	#PageTopBtn {
	    font-size: 24px;
	    right: 6px;
	}
	
	#PageTopBtn a {
	    width: 350px;
	    height: 70px;
	    padding: 18px 0;
	}
}

/* --------Responsive-------- */

@media screen and (orientation: portrait) {

	body {
		font-size: 32px;
		color:#fff;
		width:100%;
	    height:100%;
	}
	
	#main{
		width: 100%;
		max-width: 800px;
		margin:inherit;
	}
	
	h2 {
	font-size: 30px;
	text-align: center;
	}
	
	h4 {
		font-size: 30px;
		font-weight: 900;
	}
	
	#top{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background:url("img/bg_sp.jpg");
		background-position:center;
		background-repeat:no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size:cover;
	  background-size: cover;
		position:relative;
		font-family: 'Catamaran', sans-serif;
	}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    
    #top-head {
        top: 0;
        position: fixed;
        height: 140px;
        margin-top: 0;
		background-color:rgba(0,0,0,1);
    }
    
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    
    #mobile-head {
	background-color:rgba(0,0,0,1);
        width: 100%;
        z-index: 999;
        position: relative;
    }
    
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 36px;
		color:#fff;
		top: 50%;
		transform: translateY(45%);
		-webkit- transform: translateY(45%);
    }
    
	   .logo img{
		height:100%;
	}
    
	span.nl {
		display: inline-block;
		height:auto;
	}
	
	.bannertitle{
		display:inline-block;
		overflow: hidden;
		padding:0 10px;
		margin: 0 0 24px 0;
	    color: #fff;
		font-size:48px;
		font-weight:900;
		text-shadow: -1px -1px 1px rgba(30,0,30,0.3),1px 1px 1px rgba(30,0,30,0.3),0 0 10px rgba(30,0,30,1);
	}
	
	.banner{
		display:inline-block;
		background:rgb(27,0,27);
		margin: 0 0 3px 0;
		padding:0 10px;
		font-size:32px;
		font-weight:0;
		font-weight:900;
	}
	
	.banner a:hover{
	    color: #fff;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
		background:none;
	}
	
	.bannerdate{
		display:inline-block;
		background:rgb(30,0,30);
		padding:0 10px;
		margin: 12px 0 3px 0;
		font-size:32px;
		font-weight:0;
		font-weight:900;
	}
	

	.trl{
		margin: 0 auto;
		text-align: center;
		font-weight: 900;
		font-size: 18px;
	}

	.trl tr{
		width: 100%;
		display: block;
		margin: 0.5em 0 0 0;
	}


	.trl td{
		width: 100%;
		display: block;
		margin:0;
		padding: 0.1em 46px 0 0;
		vertical-align: top;
	}
	
	.cred{
		margin: 0 auto;
		font-weight: 500;
		text-align: center;
		font-size: 18px;
	}

	.cred tr{
		width: 100%;
		display: block;
		margin: 1.2em 0 0 0;
	}


	.cred td{
		width: 100%;
		display: block;
		margin:0;
		padding: 0.1em 46px 0 0;
		vertical-align: top;
	}
	
	.cross {
		display: flex;
		flex-wrap: wrap;
	}
		
	.colum {
		width: 100%;
		height:auto;
	}
	
	
	s2{
		font-weight: 200;
		font-size:14px;
	}
	
	s3{
		font-weight: 200;
	}
	
	s4{
		font-weight: 200;
		font-size:14px;
	}
	
	s5{
		font-weight: 900;
		color:rgb(256,256,30);
	}
	
	s6{
		font-weight: 200;
	}


	#footer{
		width: 100%;
		height: 30px;
		font-size: 16px;
		padding-bottom:146px;
	}
	
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
	#info1{
		width: 100%;
		margin-top:30px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		font-weight: 600;
		font-size:16px;
		line-height: 1em;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	.info2{
		margin:15px 0 0px 0;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		font-weight: 700;
		color: #fff;
		line-height: 2.2em;
	}
	
	.info2 td{
		margin:0;
		padding: 10px 26px 0 0;
		line-height: 1.6em;
		vertical-align: top;
	}
	
	.awbase {
		width:100%;
		height:auto;
		float: center;
		filter: drop-shadow(10px 10px 0px rgb(0,0,0));
	}
	
	.awbase img{
		max-width : 100%;
	}
	
	
	a.hover_aw{
		width:100%;
		display:block;
		}
		
	a.hover_aw img{
		}
		
	a:hover.hover_aw img{
		opacity: 0.8;
		filter: alpha(opacity=80);
		transition:all 0.3s ease;
		}
	
	a:hover.hover_aw img:after {
		transition: all .1s;
	}
	
	#link {
	vertical-align: middle;
	margin: 90px 0px 0px 0px; 
	font-size:0px;
}

	#link img {
		vertical-align:middle;
		margin: 0px 30px; 
	}
	
	.yt{
	
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-top:20px;
		margin-bottom:20px;
		filter: drop-shadow(10px 10px 0px rgb(0,0,0));
	}

	.yt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

@media screen and (max-width: 500px) {
	#main{
		width: 350px;
	}
}


/* --------Share-------- */     

button, input, select, textarea{
	font-family:inherit;
	font-weight:inherit;
	font-size:  inherit;
}
     
.shareList {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	float:center;
	margin:-5px 0 0 -16px;
}
.shareList__item {
    flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:180px;
	text-align:center;
	margin:12px 0 0 16px;
	filter: drop-shadow(7px 7px 0px rgb(0,0,0));
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
	border:0px solid;
	border-radius: 0px;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}


.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover{color:#55acee; background:#ffffff; border-color:#55acee;}

.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}

.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover{color:#dd4b39; background:#ffffff; border-color:#dd4b39;}

.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover{color:#008FDE; background:#ffffff; border-color:#008FDE;}

.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover{color:#EB4654; background:#ffffff; border-color:#EB4654;}

.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover{color:#ff9900; background:#ffffff; border-color:#ff9900;}

.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover{color:#6cc655; background:#ffffff; border-color:#6cc655;}

.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover{color:#cb2027; background:#ffffff; border-color:#cb2027;}

.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover{color:#0e76a8; background:#ffffff; border-color:#0e76a8;}

.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover{color:#1dcd00; background:#ffffff; border-color:#1dcd00;}


/* --------Loading-------- */

.loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color:rgb(0,0,0);
	z-index: 9998;
	
}

.txl{
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: flex;
    align-items: center;
    justify-content: center;
	top:10%;
    color: #fff;
	font-size:18px;
	font-weight:900;
	z-index: 9999;
}

.semipolar-spinner, .semipolar-spinner * {
      box-sizing: border-box;
    }

    .semipolar-spinner {
      height: 65px;
      width: 65px;
      position: relative;
    }

    .semipolar-spinner .ring {
      border-radius: 50%;
      position: absolute;
      border: calc(65px * 0.05) solid transparent;
      border-top-color: #ff1d5e;
      border-left-color: #ff1d5e;
      animation: semipolar-spinner-animation 2s infinite;
    }

    .semipolar-spinner .ring:nth-child(1) {
      height: calc(65px - 65px * 0.2 * 0);
      width: calc(65px - 65px * 0.2 * 0);
      top: calc(65px * 0.1 * 0);
      left: calc(65px * 0.1 * 0);
      animation-delay: calc(2000ms * 0.1 * 4);
      z-index: 5;
    }

    .semipolar-spinner .ring:nth-child(2) {
      height: calc(65px - 65px * 0.2 * 1);
      width: calc(65px - 65px * 0.2 * 1);
      top: calc(65px * 0.1 * 1);
      left: calc(65px * 0.1 * 1);
      animation-delay: calc(2000ms * 0.1 * 3);
      z-index: 4;
    }

    .semipolar-spinner .ring:nth-child(3) {
      height: calc(65px - 65px * 0.2 * 2);
      width: calc(65px - 65px * 0.2 * 2);
      top: calc(65px * 0.1 * 2);
      left: calc(65px * 0.1 * 2);
      animation-delay: calc(2000ms * 0.1 * 2);
      z-index: 3;
    }

    .semipolar-spinner .ring:nth-child(4) {
      height: calc(65px - 65px * 0.2 * 3);
      width: calc(65px - 65px * 0.2 * 3);
      top: calc(65px * 0.1 * 3);
      left: calc(65px * 0.1 * 3);
      animation-delay: calc(2000ms * 0.1 * 1);
      z-index: 2;
    }

    .semipolar-spinner .ring:nth-child(5) {
      height: calc(65px - 65px * 0.2 * 4);
      width: calc(65px - 65px * 0.2 * 4);
      top: calc(65px * 0.1 * 4);
      left: calc(65px * 0.1 * 4);
      animation-delay: calc(2000ms * 0.1 * 0);
      z-index: 1;
    }

    @keyframes semipolar-spinner-animation {
      50% {
        transform: rotate(360deg) scale(0.7);
      }
    }