@charset "utf-8";

html,body{
  background: #000;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}
body{
  -webkit-font-smoothing: antialiased;
  color: #FFF;
}

a{
  color: inherit;
}
a:hover{
  opacity: 0.6;
}

.movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}

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

#wrapper{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#bgArea{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #03030;
}
#bgArea #myCanvas{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* HEADER */

#siteHeader .headerWrap{
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}
#siteHeader .logos{
  padding: 30px 0 0;
}
#siteHeader .logos img{
  width: 100%;
  height: auto;
}
#siteHeader .logo-small{
  width: 51px;
  float: left;
}
#siteHeader .logos h1{
  width: 247.5px;
  margin: 8px auto;
  height: 25px;
}
#siteHeader .logos h1 a{
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background: url(../img/logo-text.png) no-repeat left center;
  background-size: 100%;
  height: 100%;
}

#siteHeader nav{
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
}
#siteHeader nav ul{
  text-align: center;
  padding-top: 20px;
  margin: 0 -10px;
}
#siteHeader nav ul li{
  display: inline-block;
  padding: 0 10px;
}
#siteHeader nav ul li a{
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;
  display: block;
}
#siteHeader nav ul li a.current{
  color: #c0aa4c;
}

#siteHeader nav .spmenu{
  display: none;
  position: fixed;
  right: 10px;
  top: 3px;
  height: 50px;
  width: 50px;
}
#siteHeader nav .spmenu:hover{
  opacity: 1;
}
#siteHeader nav .spmenu span,
#siteHeader nav .spmenu:before,
#siteHeader nav .spmenu:after{
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 11px;
  background: #F6F6F6;
  text-indent: -99999px;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteHeader nav .spmenu:before{
  top: 16px;
}
#siteHeader nav .spmenu:after{
  top: 32px;
}

/* main head*/
#logo-head{
  position: relative;
  overflow: hidden;
  margin: 0 -80px;
}
#logo-head:before,
#logo-head:after{
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 1px;
  background: #FFF;
  opacity: 0.8;
  transition: 1s;
  -webkit-transition: 1s;
}
#logo-head:before{
  left: 0;
  margin-left: -150px;
}
#logo-head:after{
  right: 0;
  margin-right: -150px;
}
.loading #logo-head:before,
.loading #logo-head:after{
  width: 0%;
}
#logo-head .logo{
  position: relative;
  z-index: 2;
  max-width: 299px;
  margin: 0 auto;
  padding: 100px 0;
}
#logo-head .logo img{
  width: 100%;
  height: auto;
}

/* MAIN CONTENT */
.siteContent{
  padding: 50px 80px 0;
}

.mainContent{
  min-height: 80vh;
}

.mainContent .secTitle{
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible;
  padding: 0 50px;
  color: #000;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 0.72em;
}
.mainContent .secTitle span{
  display: inline-block;
  width: 90px;
  position: relative;
}
.mainContent .secTitle span:before{
  content: "";
  position: absolute;
  display: block;
  right: 1000px;
  width: 5000px;
  background: #FFF;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: .7s;
  -webkit-transition: .7s;
}

.mainContent .secTitle.scrollIn span:before{
  right: 0px;
}

#news .newsList,
#movie .topMovie{
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
#news .newsList ul{
  padding-left: 165px;
  padding-right: 50px;
}

#news .newsList ul li{
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.4em;

}
#news .newsList ul li a{
  text-decoration: none;
  display: block;
}
#news .newsList ul li a time{
  display: block;
  width: 10em;
  float: left;
}
#news .newsList ul li a p{
  margin-left: 10em;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
#news .newsList ul li a h1{
  margin-left: 10em;
}
#movie .topMovie ul{
  padding-left: 165px;
  padding-right: 50px;
  margin: 0 -5px;
  overflow: hidden;
}
#movie .topMovie ul li{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
}
.btn-more{
  margin-top: -27px;
  font-size: 14px;
  text-align: right;
}
.btn-more a{
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  padding-left: 1em;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.btn-more a:before,
.btn-more a:after{
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  width: 9px;
  height: 1px;
  left: 0;
  top: 50%;
  transition: .2s;
  transition: .2s;
}
.btn-more a:after{
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.btn-more a:hover:before,
.btn-more a:hover:after{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* NEWS SINGLE */

#news .newsList article.active{
  background: rgba(0,0,0,0.5);
}
#news .newsList article > a{
  display: block;
  position: relative;
  padding-right: 30px;
}
#news .newsList article > a:before,
#news .newsList article > a:after{
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  width: 9px;
  height: 1px;
  right: 0;
  top: 50%;
  transition: .2s;
  transition: .2s;
}
#news .newsList article > a:after{
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
#news .newsList article > a:hover:before,
#news .newsList article > a:hover:after,
#news .newsList article.active > a:before,
#news .newsList article.active > a:after{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#news .newsList article.active > a{
  color: #c0aa4c;
}


#news .newsList article .newsbody{
  padding: 20px 20px 20px 0;
  line-height: 1.6em;
  margin-left: 10em;
  display: none;
}
#news .newsList article.active .newsbody{
  display: block;
}
#news .newsList article.active .newsbody > div.wp-caption{
  max-width: 100%;
  width: 100% !important;
}

#news .newsList article.active .newsbody img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

#news .newsList article .newsbody a{
  white-space: normal;
  display: block;
  word-break: break-all;
}
#news .newsList article .newsbody a:before{
  content: "> ";
}
#news .newsList article .newsbody p{
  margin-bottom: 1.6em;
}

#archive #news .newsList ul{
  padding-right: 0;
}
.newsContent .btn-more{
  text-align: center;
  margin: 50px 0;
}
.newsbody p,
.pageItem p{
  margin-bottom: 1.6em;
}
.newsbody h1,
.pageItem h1{
  font-size: 20px;
  margin-bottom: 1.6em;
}
.newsbody h2,
.pageItem h2{
  font-size: 18px;
  margin-bottom: 1.6em;
}
.newsbody h3,
.pageItem h3{
  font-size: 16px;
  margin-bottom: 1.6em;
}
.newsbody h4,
.pageItem h4{
  font-size: 14px;
  margin-bottom: 1.6em;
}

.frommar-post{
  padding-bottom: 50px;
}

/* PROFILE */
#profile{
  
}
#profile .profText{
  max-width: 1000px;
  margin: 0 auto;
}
#profile .profText > div{
  width: 50%;
  box-sizing: border-box;
}
#profile .profText div.ja{
  float: left;
  padding-right: 50px;
}
#profile .profText div.en{
  margin-left: 50%;
  padding-left: 50px;
}
#profile .profText > div p{
  font-size: 12px;
  line-height: 2.2em;
  margin-bottom: 2.2em;
}

/* Discography */
#discography h2.secTitle span{
  width: 134px;
}
#discography .discoList{
  max-width: 1000px;
  margin: 0 auto;
}
#discography .discoList article{
  clear: both;
  padding: 40px 0;
  overflow: hidden;
}

#discography .discoList .jacket{
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-right: 100px;
}
#discography .discoList .jacket p{
  font-size: 12px;
  line-height: 1.6em;
}
#discography .discoList .jacket p.caption{
  padding-bottom: 15px;
  text-align: center;
}
#discography .discoList .jacket img{
  width: 100%;
  height: auto;
}
#discography .discoList article h3{
  float: right;
  padding-left: 50px;
  width: 50%;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 2em;
}
#discography .discoList .discobody{
  padding-left: 50px;
  margin-left: 50%;
  font-size: 12px;
}
#discography .discoList .discobody dl{
  line-height: 2.4em;
  font-weight: bold;
}
#discography .discoList .discobody dl small{
  display: block;
  font-size: 10px;
  line-height: 1.4em;
}
#discography .discoList .discobody dl dt{
  float: left;
  width: 7em;
}
#discography .discoList .discobody dl dd{
  padding-left: 7em;
}
#discography .discoList .tokuten{
  clear: both;
  padding: 20px 0;
}
#discography .discoList .tokuten h4{
  font-size: 14px;
  line-height: 2em;
  cursor: pointer;
}
#discography .discoList .tokuten h4:hover{
  opacity: 0.6;
}
#discography .discoList .tokuten h4:before{
  content: "▶︎";
  display: inline-block;
}
#discography .discoList .tokuten h4.open:before{
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#discography .discoList .tokuten .tokuten-text p,
#discography .discoList .tokuten .tokuten-text a{
  margin: 1em;
  font-size: 12px;
}
#discography .discoList .tokuten .tokuten-text a:before{
  content: "> ";
}
#discography .discoList .tokuten .tokuten-field{
  display: none;
}

#discography .discoList .tokuten table th,
#discography .discoList .tokuten table td{
  padding: 10px;
  border: #000000 1px solid;
  font-size: 12px;
  line-height: 1.6em;
}
#discography .discoList .tokuten table th{
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
#discography .discoList .tokuten table td{
  padding: 5px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
}
#discography .discoList .tokuten table td img{
  max-width: 120px;
  width: 100%;
  height: auto;
}
#discography .discoList .tokuten table td p{
  line-height: 1.4em;
}

/* Movie */
#movie .mvList{
  max-width: 1000px;
  margin: 0 auto;
}
#movie .mvList ul{
  margin: 0 -40px;
  overflow: hidden;
}
#movie .mvList ul li{
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  float: left;
  font-size: 12px;
  line-height: 1.6em;
}
#movie .mvList ul li:nth-child(2n+1){
  clear: both;
}
#movie .mvList ul li .newsbody{
  position: relative;
}

#movie .mvList ul li .movie_wrapper{
  border: 1px solid #FFF;
}

#movie .mvList ul li h3{
  padding: 5px 25px 15px 0;
  font-size: 15px;
}

#movie .mvList ul li .btn-share{
  width: 22px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 12px;
}
#movie .mvList ul li .btn-share a{
  display: block;
  overflow: hidden;
  height: 100%;
  text-indent: -9999px;
  background: url(../img/icon_tw.png) no-repeat left center;
  background-size: 200%;
}
#artist ul{
  padding-left: 165px;
  margin-right: -80px;
}
#artist ul li{
  padding: 40px 0;
  font-size: 12px;
  line-height: 2.4em;
}
#artist ul li .photo{
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}
#artist ul li .photo img{
  width: 100%;
  height: auto;
}
#artist ul li .body{
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
#artist ul li h2{
  font-size: 14px;
}

#page{
  padding: 40px 0;
  font-size: 12px;
  line-height: 1.6em;
  padding-left: 165px;
}
#page h2{
  font-size: 14px;
  padding: 1.4em 0;
}
#page img{
  width: 100%;
  height: auto;
}

#page #contact ul li a{
  font-weight: bold;
  text-decoration: none;
}
#page #contact ul li a:before{
  content: "▶︎ ";
}
#page #contact ul li.open a:before{
  content: "▼ ";
}

#page #contact .adress{
  display: none;
}
#page #contact li.open .adress{
  display: block;
}

#page #contact h3{
  padding: 50px 0 10px;
  font-size: 16px;
}
#page #contact h4{
  font-size: 14px;
  padding: 15px 0;
}
#page #contact h5{
  padding: 10px 0;
}
#page #contact p{
  margin-bottom: 5px;
}
#page #contact .member li{
  padding: 10px 0;
}

/* form */
#contact form {
	max-width:700px;
	margin: 20px 0;
	color:#FFF;
	line-height:120%;
	font-size: 12px;
}
#contact form table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color: #222;
	background-color: rgba(255,255,255,0.2);
}
#contact form table.formTable td,
#contact form table.formTable th{
	border:1px solid rgba(0,0,0,0.3);
	padding:10px;
	vertical-align: middle;
}
#contact form table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}

#contact form table.formTable textarea,
#contact form table.formTable input{
    padding: 5px 2px;
    background-color: #222;
    color: white;
    -webkit-appearance: none;  
    border: 0px solid #999;
    border-radius: 0;
    -webkit-font-smoothing: auto;
    width: 100%;
}

#contact form > p{
    text-align: center;
    margin: 20px auto;
}

#contact form th br{
    display: none;
}
#contact form > p input{
    padding: 8px 15px;
    background: transparent;
    color: white;
    border: 1px solid #999;
    border-radius: 0;
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

#contact form > p input:hover{
    background: #333;
}

span.wpcf7-not-valid-tip{
    margin-top: 5px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-response-output{
    border: none !important;
    padding: 10px !important;
    font-weight: bold;
    background: #000 ;
    background: rgba(255,255,255,0.3);
}



/* FOOTER */

#siteFooter{
  margin-top: 100px;
  clear: both;
}
#siteFooter .sideSNS{
  position: fixed;
  right: 30px;
  top: 50%;
  bottom: 0;
  height: 190px;
  z-index: 100;
  width: 22px;
  margin-top: -95px;
  z-index: 999;
}

#siteFooter .sideSNS ul li {
  padding: 7px 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
#siteFooter .sideSNS ul li a{
  display: block;
  width: 200%;
  transition: .2s;
  -webkit-transition: .2s;
  text-decoration: none;
}
#siteFooter .sideSNS ul li a:hover{
  opacity: 0.5;
  margin-left: -100%;
}
#siteFooter .sideSNS ul li a img{
  width: 100%;
  height: auto;
}

#siteFooter p.copyright{
  font-weight: 300;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  background: #FFF;
  color: #000;
  font-family: 'Roboto Condensed',sans-serif;
}


@media (max-width: 1090px){
  #siteHeader .logos{
    padding-bottom: 0;
  }
  #siteHeader nav ul{
    text-align: center;
  }
}
@media (max-width: 980px){
  #siteHeader .headerWrap{
    padding: 0 20px;
  }
  .siteContent{
    padding: 50px 40px 0;
  }
  #artist ul{
    margin-right: -40px;
  }
  #siteFooter .sideSNS{
    right: 9px;
  }
}
@media (max-width: 890px){
  #siteHeader nav ul{
    margin: 0 -5px;
  }
  #siteHeader nav ul li{
    padding: 0 5px;
  }
  #siteHeader nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 768px){
  html #wpadminbar{
    display: none !important;
  }
  #siteHeader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
  }
  .mainContent .secTitle{
    font-size: 20px;
  }
  #siteHeader .logos{
    padding-top: 10px;
  }
  #siteHeader nav .spmenu{
    display: block;
  }
  #siteHeader nav ul{
    padding-top:5px;
    display: none;
  }
  #siteHeader nav.open ul{
    display: block;
  }
  #siteHeader nav.open .spmenu span{
    opacity: 0;
  }
  #siteHeader nav.open .spmenu:before{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #siteHeader nav.open .spmenu:after{
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .siteContent{
    padding-top: 75px;
  }
  .mainContent .secTitle{
    padding: 0;
  }
  .mainContent .secTitle span{
    width: 100px;
  }
  #news .newsList ul,
  #movie .topMovie ul{
    padding-left: 0;
    padding-right: 0;
  }
  #page{
    padding-left: 0;
    padding-top: 30px;
  }
  #news .newsList ul li a time{
    width: 7em;
  }
  #news .newsList ul li a h1,
  #news .newsList ul li a p,
  #news .newsList article .newsbody{
    margin-left: 7em;
  }
  .btn-more{
    margin-top: 10px;
  }
  
  #profile .profText div.ja{
    padding-right: 25px;
  }
  #profile .profText div.en{
    padding-left: 25px;
  }
  
  #discography .discoList .jacket{
    padding-right: 30px;
  }
  #discography .discoList .discobody{
    padding-left: 0;
  }
  #artist ul{
    padding-left: 0;
  }
  
}

@media (max-width: 480px){
  #siteHeader .headerWrap{
    padding: 0 10px;
  }
  #siteHeader .logos{
    padding-top: 5px;
  }
  #siteHeader .logos h1{
    width: 190px;
  }
  #siteHeader nav .spmenu{
    top: 0px;
    right: 0px;
  }
  #logo-head{
    margin: 0 -15px;
  }
  #logo-head .logo{
    width: 60%;
  }
  #logo-head:before{
    margin-left: -30%;
  }
  #logo-head:after{
    margin-right: -30%;
  }
  #siteHeader nav.open ul{
    padding-top: 50px;
    margin: 0 -10px;
  }
  #siteHeader nav.open ul:before{
    content: "";
    display: block;
    clear: both;
    border-bottom: 1px solid #333;
  }
  #siteHeader nav.open ul li{
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
  }
  #siteHeader nav.open ul li a{
    font-size: 14px;
  }
  .siteContent{
    padding: 75px 15px 50px;
  }
  #news .newsList ul li a time{
    font-size: 11px;
    width: 6em;
  }
  #news .newsList ul li a p{
    margin-left: 6em;
    font-weight: bold;
    overflow: auto;
    text-overflow: clip;
    white-space: normal;
    text-align: justify;
  }
  #news .newsList article > a{
    padding-right: 15px;
  }
  #movie .topMovie ul li{
    width: auto;
    float: none;
    padding: 10px 0;
  }
  
  #profile .profText div.ja,
  #profile .profText div.en{
    width: auto;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
  }
  #discography .discoList article h3{
    float: none;
    margin-bottom: 1em;
    padding-left: 0;
    width: auto;
  }
  #discography .discoList .jacket{
    width: auto;
    float: none;
    padding: 0;
  }
  #discography .discoList .discobody{
    width: auto;
    margin-left: 0;
  }
  #discography .discoList .discobody dl{
    margin: 10px 0;
    border-top: 1px solid #333;
  }
  #discography .discoList .discobody dl dd{
    border-bottom: 1px solid #333;
  }
  #movie .mvList ul {
    margin: 0 -15px;
  }
  #movie .mvList ul li{
    width: auto;
    float: none;
    padding: 10px;
  }
  #movie .mvList ul li h3{
    font-size: 13px;
    padding-top: 5px;
  }
  #movie .mvList ul li .btn-share{

  }
  #artist ul{
    margin: 0;
  }
  #artist ul li .photo{
    float: none;
    width: auto;
    margin-right: 0px;
    padding: 0;
  }
  #artist ul li .body{
    width: auto;
  }
  #siteFooter .sideSNS{
    position: static;
    width: auto;
    height: auto;
    padding: 20px 0;
  }
  #siteFooter .sideSNS ul{
    text-align: center;
  }
  #siteFooter .sideSNS ul li{
    display: inline-block;
    margin: 0 10px;
  }
}
