@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{
  position: relative;
  display: block;
  width: 100%;
}

header img[src$="../..images/galaxy_logo.png"]{
  width: 100%;
  height: 10rem;
}

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

body{
  width: 100%;
}

#fb-root{
  width: 100%;
}

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

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

#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;
}
/*コンテンツ大枠*/
#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%;
}

.index{
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

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

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

/*各コンテンツタイトル*/
.title{
  width: 95%;
  margin: 1.0rem auto;
  text-align: left;
  position: relative;
}

.title img{
  width: 10%;
  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.2rem;
  font-weight: 400;
  margin-right: 0;
  margin-left: 0.1rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

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

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

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

.menu{
  display: none;
}

.menu-Navigation{
  display: none;
}

/*sp版メニュー*/
.sp_Nav a{
  color: #fff;
  text-decoration: none;
  padding-top: 1.0rem;
}

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

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

.blog{
  display: flex;
  flex: auto;
  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;
}

.font_color{
  font-size: 0.6rem;
  color: #fff;
}

/*ぺージの先頭へ*/
#return{
  width: 95%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 2.0rem;
}

.return_top{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.0rem;
  text-align: right;
  color: #fff;
  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%;
}

/*ぺージ移動*/
#page{
  display: flex;
  color: #fff;
  text-align: center;
  width: 95%;
  height: auto;
  margin: 2.0rem auto 2.0rem;
}

#page img{
  width: 3.4%;
  margin-bottom: 0.1rem;
}

#page span{
  font-size: 0.8rem;
  margin-right: 0.1rem;
}
#page a{
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}
#page:last-child a{
  margin-right: 0;
}
#page img{
  vertical-align: middle;
}
#page a:hover{
  font-weight: bold;
}

.page_move{
  width: 100%;

}
.page_move span{
  padding: 0.25rem;
  border: 1px solid #fff;
}
.page_move a{
  padding: 0.25rem;
  border: 1px solid #fff;
}
.page_move a:hover{
  padding: 0.25rem;
  border: 2px solid #fff;
}

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

nav a:hover{
  color: #ff3377;
}
