@charset "utf-8";

/* navigation*/

#scr-nav-fixed {
  position:fixed;
  background: #111;
  top:0px;
  left:0px;
  width:100%;
  color:#fff;
  z-index: 9999;
}
#scr-nav-fixed > .container {
  height:50px;
  width: 90%;
  position: relative;
}
  #scr-nav-fixed #nav-logo {
    height:30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:auto;
  }

  #scr-nav-fixed #nav-logo img {
    height: 30px;
  }

nav.tab-list, nav.tab-list-news {
  margin-bottom: 30px;
}
  .tab-list ul, .tab-list-news ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .tab-list li, .tab-list-news li {
    margin-right: 20px;
    display: block;
    float: left;
  }
    .tab-list li a, .tab-list-news li a {
      display: block;
      color: #222;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
    }
    .tab-list li a:hover, .tab-list-news li a:hover {
    color: #ff6767;
    border-bottom: 3px solid #ff6767;
    padding-bottom: 5px;
    }

    .tab-list li.active a, .tab-list-news li.active a {
    color: #ff6767;
    border-bottom: 3px solid #ff6767;
    padding-bottom: 5px;
    }

.area {
    display: none;
}
#news-cate .post-contents img, #single-contents .post-contents img, #live-cate .post-contents img, #media-cate .post-contents img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#news-cate .date, #live-cate .date {
  margin-bottom: 30px;
}
/* 404 */

#info-cate h1 {
  text-align: center;
  padding-top:150px;
  font-size: 1.7rem;
}

/* news */

#news-cate .post-contents {
  border-bottom: 1px solid #666;
}
#news-cate .post-contents:last-child {
  border-bottom: 0;
}

#news-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}

#news-cate h2 a {
  text-decoration: none;
}

#news-cate h2 a:hover {
  color: #ff6767;
}

#news-cate .post-body {
    padding-left: 0;
  }
#news-cate .container {
  max-width: 750px;
}
#news-cate .post-contents {
  padding-bottom: 30px;
  margin-bottom: 40px;
}

/* live */

#live-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}
#live-cate h2 a {
  text-decoration: none;
}

#live-cate h2 a:hover {
  color: #ff6767;
}

#live-cate .post-contents {
  border-bottom: 1px solid #666;
}
#live-cate .post-contents:last-child {
  border-bottom: 0;
}
#live-cate .post-body {
    padding-left: 0;
  }
#live-cate .container {
  max-width: 750px;
}
#live-cate .post-contents {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#live-cate dl, #live-cate dt, #live-cate dd {
  margin:0;
  padding:0;
}
#live-cate dl {
  width: 100%;
  line-height: 1.5rem;
  overflow: hidden;
}
#live-cate dt {
  width: 25%;
}
#live-cate dd {
  margin: -1.5rem 0 0 0;
  padding-left:25%
}

#live-cate dd h2 {
  margin: 0;
  font-size: .9rem;
  font-weight: bold; 
}
.cate-title {
  color: #888;
}


/* media */

#media-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}
#media-cate h2 a {
  text-decoration: none;
}

#media-cate h2 a:hover {
  color: #ff6767;
}

#media-cate .post-contents:last-child {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
#media-cate .container {
  max-width: 750px;
}

/* biography */

#biography-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}
#biography-cate .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#biography-cate .row::after {
  content:"";
  display: block;
  width:30%;
}

#biography-cate .post-contents {
    width: 80%;
    margin: 0 auto 30px;
    height:auto;
    border: 0;
}
#biography-cate .post-contents:last-child {
  margin-bottom: 0;
}
#biography-cate .post-contents img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#band-bio {
  margin-bottom: 60px;
}
  #band-bio > h2 {
    font-size: 1.2rem;
    margin-bottom:10px;
  }
  #band-img img {
    width: 100%;
  }

.bio-body h2 {
  font-size: 1.2rem;
  margin: 10px 0 5px;
}
.fa-large {
  font-size: 1.2rem;
}
/* discography */

#discography-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}
.newrelease {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.newrelease:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.newrelease h2 {
  margin-bottom: 40px;
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
}
#album, #single, #others {
  padding-top: 0;
}
#single h1, #album h1, #others h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.jacket-list {
  width:279px;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.disco-contents {
  width: 279px;
  padding: 5px;
  margin-bottom:20px;
}
.disco-contents:last-child {
  margin-bottom:0;
}
.disco-contents img {
  border: 1px solid #eee;
}
.disco-contents img:hover {
  opacity: .7;
}
.disco-contents p {
  margin: 5px 0 0 0;
  text-align: center;
}
.disco-img img {
  border: 1px solid #eee;
}
.disc-info {
  line-height: 1.5;
}


/* discography single page */

#disco-single h1 {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: left;
  padding-top: 80px;
  margin-bottom: 0;
  font-size: 1.7rem;
}
#disco-single .date {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
#disco-single .post-contents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom:30px;
  width: 269px;
  margin: 0 auto 30px;
}
#disco-single .post-contents .disc {
  margin: 0 0 20px 0;
}

#disco-single .disc-img  {
  margin-bottom: 10px;
}
#disco-single .disc-img img {
  border: 1px solid #eee;
}
.itunes, .recochoku, .amazon {
  display: block;
  width:269px;
  margin-bottom:10px;
}
.buy-btn {
  background: #111;
  display: block;
  text-align: center;
  cursor:pointer;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  height: 40px;
}
.amazon .buy-btn {
  margin-bottom: 0;
}
.buy-btn:hover {
  opacity: .7;
}
.disc-info h2 {
  font-size: 1.1rem;
  margin-top:0;
}

/* movie */

#movie-cate h1 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.7rem;
}
.movie-list .row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#movie-cate .mov-box {
  margin-bottom: 20px;
}

}

/* single page */

#single-contents .post-contents:last-child {
  margin-bottom: 0;
}
#single-contents .container {
  max-width: 750px;
}
#single-contents .title-body {
  margin-bottom: 20px;
  padding-top: 60px;
}
#single-contents h1 {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}

/****************** tablet ******************/

@media (min-width: 767px) {
  #post-list {
    margin: 0 auto;
  }
  .jacket-list {
  width:558px;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* LIVE SCHEDULE */
#live-cate dt {
  width: 15%;
}
#live-cate dd {
  margin: -1.5rem 0 0 0;
  padding-left:15%
}

#disco-single .post-contents {
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 0 30px 0;
}

#disco-single .post-contents .disc {
  margin: 0 40px 0 0;
}
#biography-cate .post-contents {
    width: 47.5%;
    margin: 0 0 30px 0;

}


}
/******************** PC ********************/

@media (min-width: 991px) {
  #scr-nav-fixed .menu {
    display: block;
    text-align: right;
  }

#biography-cate .post-contents {
    width: 30%;
}

  .jacket-list {
  width:100%;
}
.movie-list .mov-box {
  width: 33.3%;
  padding: 0 1%;
}

}