@charset "UTF-8";
/* CSS Document */

/*========= TOPページ ===============*/
.top_mv{
  background-color: #000;
  padding-bottom: 104px;
}
.logo{
  margin-top: -120px;
}
.logo img{
  max-width: 360px;
}
.newvideo{
  background-color: #222222;
}
.youtube{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.youtube__wrap {
  position: relative;
  width: 100%;
  height:0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*========= TOPページスマホ ===============*/
@media screen and (max-width: 599px) {
  .top_mv{
  padding-bottom: 64px;
  }
  .logo{
  margin-top: -112px;
  }
  .logo img{
  max-width: 320px;
  }
.sns__item{
	margin-bottom: 24px;
}

}


/*========= snsCSS ===============*/
.sns{
	max-width: 980px;
    margin: 0 auto;
}
.sns__item {
  padding: 0 4px 0 4px;
}
/*========= スケジュールページ ===============*/
.mv{
  background-color: #000;
  padding-bottom: 104px;
}
.mv img{
  filter: brightness(50%);
}

/*========= スケジュールページスマホ ===============*/
@media screen and (max-width: 599px) {
  .mv{
  padding-bottom: 24px;
  }
  .sns__item {
  margin: 0 auto;
}
}


/*========= PROFILEページ ===============*/
.profile img{
	width: 240px;
	height: auto;
}
.profile.flex{
	display: flex;
	align-items: center;
}
.profile dl{
	display: flex;
	width: 100%;
}
.profile dt{
	width: 25%;
  font-size: 14px;
	text-align-last: justify;
}
.profile dd{
	width: 75%;
  font-size: 14px;
}


/*========= discographyページ ===============*/
.discography{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.discography__item{
  box-sizing: border-box;	
  background-color: #ffffff;
  width: calc(20% - 22px);
  padding-top: 12px;
  height: 170px;
  margin: 8px;
  text-align: center;
}
.discography__item a{
  color: #222222;
  font-size: 14px;
}
.discography__item img{
  display: block;
  margin: 0 auto;
}
/*========= discographyページスマホ ===============*/
@media screen and (max-width: 599px) {
  .discography__item{
    width: calc(50% - 22px);
  }
}

/*========= fanclubページ ===============*/
.funclub li a{
  color: #1075a6;
}
.flex_fanclub{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;;
  flex-wrap: wrap;
}
.flex_fanclub__item{
  display: flex;
	align-items: center;
  width: 50%;
}
.annotation{
  text-align: center;
  font-size: 12px;
  margin-top: 0;
}

/*========= fanclubスマホページ ===============*/
@media screen and (max-width: 599px) {
  .flex_fanclub{
    display: block;
  }
  .flex_fanclub__item{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}