@charset "UTF-8";

.preload{
    transition: 0 !;
}
a{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    transition:all 0.8s;
    text-decoration: none;
}
a:visited{
    color: #d4d9dc;
    transition: all 0.8s;
}
a:hover{
    color: #cccccc;
    transition: all 0.8s;
}
body{
    margin: 0;
    padding: 0;
    background-color:black;
}

/* HEADER */

.header{
    min-width: auto;
    color: #ffffff;
    background-color: black;
}
.container{
    /* padding-top: 7px; */
    display: flex;
    align-items: center;
}
.header-logo{
    display: block;
    padding-left: 60px;
}
.header-img{
    width: 180px;
}
.fa-twitter{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-twitter:hover{
    color:#1DA1F2;
}
.fa-instagram{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-instagram:hover{
    color: #CF2E92;
}
.fa-youtube{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-youtube:hover{
    color: #DA1725;
}
.fa-soundcloud{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-soundcloud:hover{
    color: #ff7700;
}
.fa-spotify{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-spotify:hover{
    color:#1ed760;
}
.fa-apple{
    color:#ffffff;
    transition: 0.5s;
    font-size: 25px;
}
.fa-apple:hover{
    color: #fc4464;
}

/* TITLE */

.main-name{
    display: flex;
    justify-content: center;
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    padding-bottom: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 2px grey;

}


/* HOME */

.main-navigation{
    margin-left: auto;
    padding-right: 60px;
}
.list-sns{
    display: flex;
    list-style: none;
    float: right;
}
.list-sns >li + li{
    margin-left: 35px;
}
.main-contents{
    background-image: url(../images/background.jpg);
    background-size: 1520px;
}
.main-section{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
}
.main-img{
    width: 280px;
    border-radius: 8px 8px 8px 8px;
}
.sub{
    flex-direction: row;
}
.new-single{
    width: 104px;
    margin-left: 12px;
    margin-bottom: 50px;
    height: 20px;
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
}
.main-contents-blue_verse{
    margin-top: -30px; 
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000000;
    font-family:'Times New Roman', Times, serif;
}
.main-contents-streaming{
    text-shadow: 1px 2px 1px darkgreen;
}

/* NEWS */

.news-main-contents{
    min-width: auto;
    color:#ffffff;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.news-contents{
    display: grid;
    justify-content: center;
}
.news-story{
    padding-bottom: 40px;
    border-top:1px solid silver ;
}

/* BIO */

.bio-img{
    width: 700px;
    /* width: px; */
    padding-left: 410px;
    padding-bottom: 20px;
}
.bio-text{
    padding-bottom: 80px;
    font-size: 14px;
    color: #b4b4b4;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: flex;
    justify-content: center;
    /* text-align: center; */
    width: 80%;
    margin: 0 auto;
}
/* br{
    /* display: none; */
/* } */ 
.bio-sub-contents{
    width: 70%;
    margin: 0 auto;
    line-height: 200%;

}
.bio-sub-contents h2{
    display: flex;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 2px grey;
}
.bio-sub-contents ul{
    font-size: 18px;
    color: #ffffff;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 100px;
    list-style: none;

}

/* DISCO */

.disco-contents{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.disco-album-list{
padding: 40px;
}
.disco-album-list:hover img{
    opacity:0.3;
    transition: 0.6s ease-in-out;
}
.disco-album-list img{
    width:300px;
    border-radius: 8px 8px 8px 8px;
}
.disco-album-list p{
    padding-bottom: 30px;
    font-size: 15px;
    color: #ffffff;
    font-family:'Times New Roman', Times, serif;
}

/* SPECIAL */

.special-interview{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.special-interview iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* FOOTER */

.footer{
    min-width: auto;   
    background-color: #000000;
    padding-top: 11px;
    padding-bottom: 11px;
}
.footer-nav ul{
    display: flex;
    justify-content: center;
    list-style: none;
}
.footer-nav li{
    margin-right: 50px;
    color: #cccccc;
}
.footer-special{
    min-width: auto;   
    background-color: #000000;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 200px;
}
.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    margin-top: 180px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  