@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-top: 100px;
	padding-bottom: 20px;
}

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;
  text-align: center;
  left: 0;
  padding-top: 70px;
  z-index: 9998;/*最前面に*/
  width: 100%;  /*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background: #000000;
  opacity: 0.9;
  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/catlogo.png);
	background-position: center center;
    background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: contain;
	  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: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
    margin: auto;
}

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

.disc-image img{
	width: 80%;
	height: auto;
}

.disc-title{
	padding-top:30px;
	padding-bottom:30px;
}

/* 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;
	margin-top: 50px;
	
}

.showsDetail{
	margin-bottom: 100px;
}

.item-container{
	width: 100%
}

.show-image{
	overflow: hidden;
	box-sizing: inherit;
	width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
    margin: auto;
}

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

.show-image img{
	width: 80%;
	height: auto;
}

/* 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-image img{
	width: 80%;
}

.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;
}

.item-container{
	width: 100%
}

.youtube {
  position: relative;
  width:100%;
  padding-top: 56.25%; 
}

.youtubeiframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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;
}

/* 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{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.contact-bot{
	padding-bottom: 60px;
}

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