/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url('https://fonts.googleapis.com/css?family=Assistant');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
html,
body {
    	height: 100%;
}
body,input,textarea,select {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 300;
	font-size: 14pt !important;
}
h1, h2, h3, h4, h5{
	font-family: 'Assistant' !important;
	font-weight: 500;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*********************************************************************************/
/* End Basic                                                                     */
/*********************************************************************************/
/******************** General Links Style ************************/
a:link{
	color: #b45beb;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:hover {
	color: #e73aed;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:visited {
	color: #9c1fa0;
	color: rgba(11, 155, 250, 1.0);
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:focus {outline:none;}
ul{list-style-type: none;}
/******************** General Links Style ************************/

/*********************************************************************************/
/* Main Navigation                                                               */
/*********************************************************************************/
.main_nav{
	z-index: 9;
	background-color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.main_nav a:link{
	color: #78e4ff;
}
.main_nav a:active{
	color: #33ebff;
}
.main_nav a:hover{
  background: -webkit-linear-gradient(#1e72d8 0%, #33ebff 20%, #3cadf8 40%, #d53ada 60%, #7814a6 80%, #5c0973 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_nav a:visited{
	color: #9ca4fc;
}
.scrolled {
  background-color: #ffffff;
  transition: all 0.5s;
}
.logo{
	width: 40px;
	height: auto;
	fill: url(#my-cool-gradient) #ffffff;
}
.logo:hover{
	fill: #9ca4fc;
}
.main_nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(66, 193, 247, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.main_nav .navbar-toggler{
	border-color: rgba(66, 193, 247, 1);
	height: 40px;
	width: 56px;
}
/*********************************************************************************/
/* End Main Navigation                                                           */
/*********************************************************************************/
.unbreakable-container{
    position: relative;
    top: 80px;
    left: 0px;
    width: 100%;
}
.unbreakable{
    font-family: 'Anton', sans-serif;
    line-height: 1;
    letter-spacing: -.07em;
    color: #fff;
}
.ks{
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 1;
    margin-top: -8px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 3s;
    -webkit-transform: translateX(-1000%);
        -ms-transform: translateX(-1000%);
            transform: translateX(-1000%);
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fc0;
}
.animate .ks{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
span{
    font-family: 'Anton', Helvetica, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    filter: alpha(opacity=0);
}
.able{
    -webkit-transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2.3s;
            transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 2.3s;
    letter-spacing: -.07em;
}
.break{
    -webkit-transition: all .3s ease-in-out 2s;
            transition: all .3s ease-in-out 2s;
    letter-spacing: -.07em;
}
.un{
    -webkit-transition: all .3s ease-in-out 1.7s;
            transition: all .3s ease-in-out 1.7s;
    letter-spacing: -.07em;
}
.animate .un{
    font-size: 2.2rem;
    -webkit-transform: scale(1.5,1.5);
        -ms-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5);
    opacity: 1;
    filter: alpha(opacity=100);
}
.animate .break{
    font-size: 2.8rem;
    -webkit-transform: scale(1.5,1.5);
        -ms-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5);
    opacity: 1;
    filter: alpha(opacity=100);
}
.animate .able{
    font-size: 3rem;
    -webkit-transform: scale(1.5,1.5);
        -ms-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5);
    opacity: 1;
    filter: alpha(opacity=100);
}
.main_section{
  	height: auto;
  	padding: 50px 0px 50px 0px;
}
.main_section header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.main_section header h1, h2{
	text-align: center;
	vertical-align: middle !important;
	padding: 8px 0px 8px 0px;
}

/* Banner */
/*
#banner {
	height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/banner/background1.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/banner/background1.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/banner/background1.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/banner/background1.jpg");
	background-position: center center;
	background-size: cover;
}
*/
#banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
#banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#banner a:link{
	color: rgb(107,205,231);
	text-align: center;
	font-weight: 800;
	text-decoration: none;
}
.bg_first{
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(-45deg, #4d8fc7, #6bcde7);
	color: #fff;
}
.bg_first header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.bg_first li{
	background-color: transparent;
	border: none;
}
.bg_first a:link{
	color: #fff;
	text-decoration: none;
}
.bg_first a:hover{
	color: #faf5f5;
	text-decoration: none;
}
.bg_first a:visited{
	color: #f9f6f6;
}
.bg_white{
	background-color: #fff;
	color: #878b8d;
	margin-bottom: 60px;
}
.bg_white header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.bg_white li{
	background-color: transparent;
	border: none;
}
.bg_white a:link{
	color: rgb(107,205,231);
	font-weight: 800;
	text-decoration: none;
}
.bg_white a:hover{
	color: #15a3d2;
	text-decoration: none;
}
.bg_white a:visited{
	color: #318faa;
}
.spotlight {
	border: 6px solid;
	border-image-source: linear-gradient(45deg, rgb(209,30,132), rgb(78,147,201), rgb(107,205,231));
	border-image-slice: 1;		
	margin: 5px;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.content {
	padding: 2em 2em 0.1em 2em ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14pt;
	line-height: 1.75em;
}
.container_glitch {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
}
.glitch {
  color: rgba(128, 194, 225, 1);
  position: relative;
  font-size: 8vw;
  //margin: 70px 200px;
  animation: glitch 5s 5s infinite;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: none;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 lightgreen;
  background: none;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
  1%{
    transform: rotateX(10deg) skewX(90deg);
  }
  2%{
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  $steps: 30;
  @for $i from 1 through $steps {
    #{percentage($i*(1/$steps))} {
      $top: random(100);
      $bottom: random(101 - $top);
      clip-path: inset(#{$top}px 0 #{$bottom}px 0);
    }
  }
}
@keyframes noise-2 {
  $steps: 30;
  @for $i from 0 through $steps {
    #{percentage($i*(1/$steps))} {
      $top: random(100);
      $bottom: random(101 - $top);
      clip-path: inset(#{$top}px 0 #{$bottom}px 0);
    }
  }
}
.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}
.scanlines::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(
	to bottom,
	transparent 0%,
	rgba(255, 255, 255, 0.05) .5%,
	transparent 1%
	);
	animation: fudge 7s ease-in-out alternate infinite;
}
@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
.glow {
  @extend .glitch;
  text-shadow: 0 0 1000px rgb(223, 191, 191);
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
	position: absolute;
	top: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 6vw;
	color: rgba(165, 141, 141, .4);
	text-transform: uppercase;
	letter-spacing: 1em;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@keyframes glitch-2 {
  1%{
    transform: rotateX(10deg) skewX(70deg);
  }
  2%{
    transform: rotateX(0deg) skewX(0deg);
  }
}
/*********************************************************************************/
/* Player Style                                                                  */
/*********************************************************************************/
 .screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.album_header{
	margin: 10px 0px;
	text-align: left;
}
.album_title_header{
	margin-top: 20px;
	text-align: left;
}
.disabled {
  color: #d9d5d5;
  cursor: default;
}
.show {
  display: inline-block !important;
}
.player {
  width: 100%;
  height: auto;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  *zoom: 1;
  margin-bottom: 30px;
}
/******************* Large PLay/Pause Btn *****************/
.player .large-toggle-btn {
	width: 4rem;
	height: 4rem;
	margin: 0;
	font-size: 1.5em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	float: left;
	overflow: hidden;
	padding: 5px 0 0 0;
	position: relative;
	text-align: center;
	vertical-align: bottom;
}
.player .large-toggle-btn .large-play-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: -16%;
}
.player .large-toggle-btn .large-play-btn:before {
	content: "";
	font: 1.5em/1.76 "FontAwesome";
}
.player .large-toggle-btn .large-pause-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: -16%;
}
.player .large-toggle-btn .large-pause-btn:before {
	content: "";
	font: 1.5em/1.75 "FontAwesome";
}
/******************* End Large Play/Pause Btn *****************/
.player .info-box {
	width: 100%;
	height: auto;
}
.player .info-box .track-info-box {
	float: left;
	font-size: 12px;
	color: #fff;
	margin: 0 0 6px 0;
	visibility: hidden;
	width: 100%;
	*zoom: 1;
}
.player .info-box .track-info-box .track-title-text {
	display: inline-block;
}
.player .info-box .track-info-box .audio-time {
	display: inline-block;
	padding: 0 0 0 5px;
	width: 5rem;
}
.player .info-box .track-info-box:before, .player .info-box .track-info-box:after {
	content: " ";
	display: table;
}
.player .info-box .track-info-box:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.player .progress-box {
  min-width: 100%;
  position: relative;
}
.player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
.player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #666666;
  height: 8px;
  position: relative;
  top: -18px;
  width: auto;
}
.player .progress-box .progress-cell .progress .progress-buffer {
  background: #666666;
  height: 100%;
  width: 0;
}
.player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 22px;
}
/**************************** Control-box section *******************/
.player .controls-box {
	width: 100%;
	position: relative;
	top: 0px;
}
.player .controls-box .previous-track-btn {
	cursor: pointer;
}
.player .controls-box .previous-track-btn:before {
	content: "";
	font: 1.5rem "FontAwesome";
}
.player .controls-box .next-track-btn {
	cursor: pointer;
}
.player .controls-box .next-track-btn:before {
	content: "";
	font: 1.5rem "FontAwesome";
}
.player:before, .player:after {
	content: " ";
	display: table;
}
.player:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.play-list {
	display: block;
	margin: 0 auto 20px auto;
	width: 100%;
}
.play-list .play-list-row {
	display: block;
	margin: 10px 0;
	width: 100%;
	*zoom: 1;
}
.play-list .play-list-row .track-title .playlist-track {
	color: #fff;
	text-decoration: none;
}
.play-list .play-list-row .track-title .playlist-track:hover {
	text-decoration: none;
}
.play-list .play-list-row .small-toggle-btn {
	position: relative;
	width: 1.7rem;
	height: 1.7rem;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.play-list .play-list-row .small-toggle-btn .small-play-btn {
	display: inline-block;
	position: relative;
	top: -14%;
}
.play-list .play-list-row .small-toggle-btn .small-play-btn:before {
	content: "";
	font: 0.8em "FontAwesome";
}
.play-list .play-list-row .small-toggle-btn .small-pause-btn {
	display: inline-block;
	position: relative;
	top: -14%;
}
.play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
	content: "";
	font: 0.8em "FontAwesome";
}
.play-list .play-list-row .track-number {
	display: inline-block;
}
.play-list .play-list-row .track-title {
	display: inline-block;
}
.play-list .play-list-row .track-title .playlist-track {
	text-decoration: none;
}
.play-list .play-list-row .track-title .playlist-track:hover {
	text-decoration: underline;
}
.play-list .play-list-row .track-title.active-track {
	font-weight: bold;
}
.play-list .play-list-row:before, .play-list .play-list-row:after {
	content: " ";
	display: table;
}
.play-list .play-list-row:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.paragraph_white{
	text-align: justify;
	font-size: 1.1rem;
	margin: 0px 8px;
	color: #fff;
}
.paragraph_black{
	text-align: justify;
	font-size: 1.1rem;
	margin: 0px 8px;
	color: #000;
}
/* Footer */
#footer {
	padding: 6em 0 4em 0 ;
	background-color: #ffffff !important;
	text-align: center;
}
#footer .icons {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.25em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#footer .icons a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
#footer .icons a:hover {
	color: #998100;
	text-decoration: none;
}
#footer .copyright {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}
#footer .copyright li {
	border-left: solid 1px rgba(0, 0, 0, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer .copyright li a {
	color: inherit;
}
#footer .copyright li a:hover {
	color: #000;
}
.list-group li{
  border: 0 none;
}
@media screen and (max-width: 480px) {
	#footer .copyright li {
		border: 0;
		display: block;
		line-height: 1.65em;
		margin: 0;
		padding: 0.5em 0;
	}
}
@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em ;
	}
}
@media screen and (max-width: 736px) {
	#footer {
		padding: 3em 2em 1em 2em ;
	}
}