@charset "utf-8";

body{
  background-image: url("../images/background.png");
  font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*ヘッダー*/
header{
  display: block;
  width: 100%;
  position: relative;
}
header img[src$="../images/galaxy_logo-sp.png"]{
  width: 100%;
  height: 100%;
}

img{
  width: auto;
  height: auto;
  max-width: 100%;
}

body{
  width: 100%;
}

.star {
    display: none !important;
    animation: kirakira 8s linear;
    color: yellow;
    /* display: inline-block; */
    height: 1em;
    line-height: 1em;
    position: fixed;
    top: -1em;
    z-index: 1000;
    pointer-events: none;
}

@keyframes kirakira {
    0% {
        transform:translate3d(0,0,100px) rotateY(0);
    }
    100% {
        transform:translate3d(0,calc(100vh + 1em),100px) rotateY(3600deg);
    }
}

#fb-root{
  width: 100%;
}

#sp_menu{
  width: 12%;
  display: block;
  position: fixed;
  top: 0;
  right: 0.5rem;
  z-index: 20000;
}

#sp_nav_close{
  width: 12%;
  display: block;
  position: fixed;
  top: 0;
  right: 0.5rem;
  z-index: 10000;
}

#sp_nav{
  /*display:none;*/
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}

/*sp版メニュー*/
#sp_nav ul{
  margin-top: 5.0rem;
}

#sp_nav li{
  width: 100%;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 500;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#sp_nav li:last-child{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#sp_nav_close {
  display: none;
}
#sp_nav {
  display: none;
}

.open #sp_nav{
  display: block;
}
.open #sp_nav_close{
  display: block;
}
.open #sp_menu{
  display: none;
}

.open #wrapper{
  pointer-events: none;
  z-index: 1;
}

/*本体*/
#wrapper{
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: center;
}

/*シェアボタン*/
#sns_share01{
  width: 100%;
  margin: 0 auto;
  height: 3.0rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 1.0rem;
  margin-bottom: 2.0rem;
}

#sns_share01::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 95%;
  margin: 0 auto;
  height: 0.15rem;
  top: 2.8rem;
}

#sns_share01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 95%;
  margin: 0 auto;
  height: 0.12rem;
  bottom: 2.5rem;
}

#sns_share02{
  width: 100%;
  margin: 0 auto;
  height: 3.0rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 1.0rem;
  margin-bottom: 2.0rem;
}

.sns_twitter01{
  display: inline-block;
  margin-top: 1.0rem;
  margin-right: 0.4rem;
}
.sns_twitter02{
  display: inline-block;
  margin-top: 1.0rem;
  margin-right: 0.4rem;
}

.social-balloon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.social-balloon:after,
.social-balloon:before {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  content: " "; }

.social-balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 0.3rem;
  margin-top: -0.3rem;
}

.social-balloon:before {
  border-color: rgba(192, 192, 192, 0);
  border-right-color: #ccc;
  border-width: 0.4rem;
  margin-top: -0.4rem;
}

.social-balloon a {
  height: 0.6rem;
  line-height: 1.0rem;
  font-size: 10px !important;
  padding: 0 0.4rem 0 0.4rem;
  margin: 0;
  color: #4e5665 !important;
}

.sns_facebook01{
  margin-top: 1.0rem;
}
.sns_facebook02{
  margin-top: 1.0rem;
}

.sns_line01{
  margin-top: 1.0rem;
  margin-right: 0.4rem;
}
.sns_line02{
  margin-top: 1.0rem;
  margin-right: 0.4rem;
}

#sns_share01 li{
  list-style: none;
}
#sns_share02 li{
  list-style: none;
}

.bxslider img{
  width: 100%;
}

/*sp版見出し*/
.index{
  color: #fff;
  width: 95%;
  margin: 0 auto;
  display: block;
  text-align: left;
  font-size: 1.0rem;
  margin-bottom: 0.6rem;
}

.index a{
  color: #0099ff;
}


.side-menu{
  display: none;
  clear: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
}

#content{
  width: 100%;
  z-index: 1;
}

.recruitment{
  display: none;
}

.pick_up{
  display: none;
}

/*各コンテンツタイトル*/
.title{
  margin-top: 2.0rem;
  margin-bottom: 1.3rem;
  text-align: left;
  position: relative;
}

.title img{
  width: 8%;
  vertical-align: bottom;
}

.title::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 100%;
  height: 0.15rem;
  bottom: -7px;
}

.main_title{
  position: relative;
  bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.sub_title{
  font-size: 1.0rem;
  bottom: 0;
  color: #ffffff;
  margin-right: 0;
  letter-spacing: 0.02em;
}

.subheading{
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  margin-left: 0.9rem;
  position: relative;
}

.subheading::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #ff3377;
  width: 0.3rem;
  height: 1.1rem;
  left: -0.6rem;
}

/*pc版メニュー*/
.menu{
  display: none;
}

.menu-Navigation{
  display: none;
}

/*sp版メニュー*/
.sp_Nav{
  color: #fff;
  text-decoration: none;
  padding-top: 1.2rem;
  letter-spacing: 0.15em;
}

.Nav{
  color: #fff;
  text-decoration: none;
  padding-top: 30px;
}

.details{
  font-size: 1.1rem;
  color: #0099ff;
  text-decoration: underline;
  margin-top: 15px;
}

/*ブログ*/
#blog{
  width: 95%;
  margin: 0 auto;
}

.blog figure{
  width: 50%;
  height: auto;
  position: relative;
}

.blog img{
  width: 100%;
  margin: auto;
}

.blog p{
  width: 50%;
  color: #cccccc;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.blog{
  display: flex;
  margin-top: 1.0rem;
}

.blog_title{
  text-align: left;
  font-size: 1.0rem;
  color: #fff;
  line-height: 1.2em;
  text-decoration: underline #fff;
}

.blog_text{
  text-align: left;
  font-size: 1.0rem;
  margin-left: 0.5rem;
}

.more{
  text-align: left;
  font-size: 1.0rem;
  color: #cccccc;
  text-decoration: none;
  border-bottom: dotted;
  border-width: 0.1rem;
}

.more:hover{
  color: #ff3377;
}

/*ギャラクシーについて*/
#about{
  width: 95%;
  margin: 0 auto;
}

.floor_image{
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

/*一押しバンド*/
#pick-up{
  width: 95%;
  margin: 0 auto;
}

.band_plofile{
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
  font-size: 1.0rem;
  text-align: left;
}

.band{
  width: 100%;
  display: block;
  margin-top: 0.5rem;
}

.band02{
  width:100%;
  display: block;
  margin-top: 0.5rem;
}

.plofile{
  margin-top: 0.3rem;
  margin-bottom: 1.05rem;
  font-size: 1.0rem;
  color: #fff;
  letter-spacing: 0.025em;
  text-align: left;
  line-height: 1.25em;
}

.plofile02{
  margin-top: 0.3rem;
  margin-bottom: 1.05rem;
  font-size: 1.0rem;
  color: #fff;
  letter-spacing: 0.025rem;
  text-align: left;
  line-height: 1.25em;
  order: 1;
}

.band img{
  width: 60%;
  float: left;
  margin-right: 0.35rem;
}

.band02 img{
  width: 60%;
  order: -1;
  float: right;
  margin-left: 0.35rem;
}

/*フォトギャラリー*/
#gallery{
  width: 95%;
  margin: 0 auto;
}

.photogallery{
  margin-top: 0.6rem;
  text-align: center;
}

.font_color{
  text-align: left;
  font-size: 1.0rem;
  color: #fff;
  line-height: 1.2em;
}

/*バンドメンバー募集*/
#wanted{
  width: 95%;
  margin: 0 auto;
}

.wanted_text{
  font-size: 1.05rem;
  color: #fff;
  margin-top: 1.5rem;
  text-align: left;
  line-height: 1.25em;
}
.recruit{
  font-size: 1.12rem;
  color: #0099ff;
  text-decoration: underline;
}

.responsible{
  font-weight: 400;
}

/*ぺージの先頭へ*/
#return{
  display: none;
}

.return_top{
  position: absolute;
  top: 25%;
  right: 0;
  color: #fff;
  text-decoration: none;
}

.return_top:hover{
  position: absolute;
  color: #ff3377;
  top: 25%;
  right: 0;
  text-decoration: none;
}

/*sp版表記*/
#prompt{
  width: 100%;
}

#prompt p{
  width: 95%;
  margin: 0 auto;
  display: block;
  font-size: 1.2rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-top: 5rem;
  text-align: center;
  color: #ff3377;
}

/*フッター*/
#footer{
  background: #000;
  width: 100%;
  position: relative;
}

.footer_text{
  text-align: center;
  font-size: 1.0rem;
  font-weight: 500;
  color: #cccccc;
  padding-top: 2.0rem;
}

.privacy_policy{
  text-align: center;
  font-size: 0.8rem;
  color: #cccccc;
  text-decoration:underline;
  margin: 2.0rem;
  padding-top: 2.0rem;
}

.copyright{
  text-align: center;
  font-size: 0.8rem;
  color: #cccccc;
  margin-top: 1.0rem;
  padding-bottom: 2.0rem;
}

.button{
  display: block;
  position: fixed;
  bottom: 1.0rem;
  right: 0.7rem;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid;
  border-color: #fff;
  border-radius: 10px;
  padding-top: 0.7rem;
  padding-left: 0.7rem;
  padding-right: 0.43rem;
  padding-bottom: 0.7rem;
}

.button img{
  width: 80%;
}

/*リンク色*/
nav a{
  color: #fff;
  text-decoration: none;
}

nav a:hover{
  color: #ff3377;
}
