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

/* common */

html{
	font-family:'Helvetica Neue LT Pro',HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,Verdana,Roboto,-apple-system,BlinkMacSystemFont,'.SFNSDisplay-Regular','Hiragino Sans','Hiragino Kaku Gothic ProN','æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium','Helvetica Neue','Segoe UI',sans-serif;
}

h1{
	font-size: 32px;
	text-align: center;
	padding: 100px;
}

body{
	color:#FFFFFF;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


/* humbergar */

#nav-drawer {
  position: relative;
}

.nav-unshown {
  display:none;
}

#nav-open {
  position: absolute;
  padding: 30px;
  z-index: 9997;
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}


#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 50px;/*長さ*/
  border-radius: 3px;
  background: #FFFFFF;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 70px;
  padding-left : 27px;
  z-index: 9998;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 80%;
  max-height: 600px;
  background: #000000;
  opacity: 0.5;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}

#nav-input:checked ~ #nav-open {
  opacity: 0;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.menu{
	text-decoration: none;
	color: #FFFFFF;
}

.menu:visited{
	color: inherit;
}

.menu-select{
	text-decoration: none;
	color: darkslategray;
}



h2{
	font-weight: bold;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tw-link{
	padding: 15px 0;
}


/* home */

.home-body{
	width: 100%;
	background-image:url(../img/home_BG4.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}

.mainlogo-box{
	height: 800px;
    position: relative;
    text-align: center;
	margin: 50px;
}

.mainlogo-inner{
	left: 50%;
	position: absolute;
    top: 50%;
}

.mainlogo{
    padding: 20px;
    transform: translate(-50%,-50%);
}
/* discography */

.disc-body{
	width: 100%;
	background-image:url(../img/discography_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
	height: auto;
}

.item-container{
	width: 100%
}

.cd{
	overflow: hidden;
	box-sizing: inherit;
	width: 1000px;
    height: 700px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.disc-image{
	float:left;
	padding:0 50px;
}

.disc-title{
	padding-bottom:20px;
}

/* shows */

.shows-body{
	width: 100%;
	background-image:url(../img/shows_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}

.shows-box{
	text-align: center;
	letter-spacing: 0.1em;

}

.showsDetail{
	margin-bottom: 100px;

}

/* biography */

.bio-body{
	width: 100%;
	background-image:url(../img/biography_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}

.bio-image{
	text-align: center;
}

.bio-text{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 6em;
}

.bio-detail p{
	margin: 3px;
}

/* movie */
.movie-body{
	width: 100%;
	background-image:url(../img/movie_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}

/* photo */
.photo-body{
	width: 100%;
	background-image:url(../img/photo_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}
s
/* contact */

.contact-body{
	width: 100%;
	background-image:url(../img/contact_BG.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  background-color: #000000;
	height: auto;
}

.contact-container{
    position: relative;
    height: auto;
    width: 100%;
}
.contact-center{
    width: 500px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.address{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 100px;
}