@charset "utf-8";
html.js {
  margin-top: 0px !important;
}
html,body{
  background: #000;
  color: #FFF;
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-weight: 100;
  height: 100vh;
  overflow: hidden;
  font-size: 14px;
}
*{
  box-sizing: border-box;
}
#wpadminbar {
  overflow: hidden;
  margin-top: -30px;
  padding-bottom: 15px;
  opacity: 0;
  transition: 0.3s;
  box-sizing: content-box;
}
#wpadminbar:hover {
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0px;
  background: #23282d !important;
}

.ps{
  position: relative;
  height: 100%;
  padding-right: 30px;
  overflow: hidden;
}
/*
.ps.ps--active-y{
  overflow: hidden !important;
}
*/
img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
a{
  color: #FFF;
}
body.modal-on{
  height: 100%;
  overflow: hidden;
}

#loading{
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}
#loading:before,
#loading:after{
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  margin-right: -1px;
  height: 200%;
  right: 50%;
  width: 100%;
  background: #000;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transition: .8s ease-in;
  -webkit-transition: .8s ease-in;
}
#loading:after{
  left: 50%;
  margin-left: -1px;
  margin-right:auto;
  right: auto;
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
#loading.end:before{
  transform: rotate(30deg) translateY(200%);
  -webkit-transform: rotate(30deg) translateY(200%);
}
#loading.end:after{
  transform: rotate(30deg) translateY(-200%);
  -webkit-transform: rotate(30deg) translateY(-200%);
}

#loading .logo{
  position: absolute;
  left: 0;
  right: 0;
  max-width: 250px;
  width: 50%;
  margin: 0 auto;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
}
.loading #loading{
  display: block;
}

#loading .logo .logo-left{
  transform: translate(100px,-150px);
  -webkit-transform: translate(100px,-150px);
}
#loading .logo .logo-right{
  transform: translate(-100px,150px);
  -webkit-transform: translate(-100px,150px);
}
#loading .logo.anim .logo-left,
#loading .logo.anim .logo-right{
  transition: .3s ease;
  -webkit-transition: .3s ease;
  transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
}

#loading.end .logo.anim{
  opacity: 0;
  transition: .5s ease .3s;
  -webkit-transition: .5s ease .3s;
}
.js .loading #contents{
  opacity: 0;
}

#bg_area{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#bg_area i{
  position: absolute;
  width: 21px;
  height: 21px;
  display: block;
  text-indent: -99px;
  overflow: hidden;
}
#bg_area i:before{
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 21px;
  background: #4c4c4c;
}
#bg_area i:after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 21px;
  height: 1px;
  background: #4c4c4c;
}
#bg_area i.left{
  left: 29px;
}
#bg_area i.right{
  right: 29px;
}
#bg_area i.top{
  top: 29px;
}
#bg_area i.bottom{
  bottom: 29px;
}

#wrapper{
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 100vh;
}

#siteHeader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 80px 100px 0;
  height: 130px;
  overflow: visible;
  z-index: 10;
}

#siteHeader .logo {
  width: 165px;
}
#siteHeader .logo a{
  display: block;
}
svg#sitelogo{
  fill: #FFF;
  width: 100%;
  height: auto;
}
#siteHeader #menu{
  font-family: 'Roboto Condensed', sans-serif;
}

#siteHeader #menu{
  position: absolute;
  right: 100px;
  left: 320px;
  top: 80px;
}
#siteHeader #menu .ui-spmenu{
  font-size: 13px;
  color: #4c4c4c;
  display: none;
}
#siteHeader #menu ul{
  margin-left: 50px;
  width: auto;
  display: flex;
  justify-content: flex-end;
}
#siteHeader #menu ul:before{
  font-size: 13px;
  color: #4c4c4c;
  content: "MENU";
  line-height: 1.8em;
}
#siteHeader #menu ul li{
  padding-left: 50px;
}
#siteHeader #menu li a{
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
}
#siteHeader #menu li a span{
  display: block;
  font-size: 13px;
  color: #4c4c4c;
  line-height: 24px;
  transition: .4s;
  -webkit-transition: .4s;
}

#siteHeader #menu li a:hover span,
#siteHeader #menu li a.current span{
  color: #FFF;
}
body.home #menu{
  display: none;
}


/* TOP SLIDER */
#contents .contentWrap#top{
  position: relative;
  padding-right: 240px;
  overflow: hidden;
}
#topmenu{
  width: 200px;
  position: absolute;
  right: 0;
  top: 20px;
  padding-left: 40px;
  border-left: 1px solid #4c4c4c;
  font-family: 'Roboto Condensed', sans-serif;
}
#topmenu ul{
  display: block;
  margin-left: 0;
}
#topmenu ul:before{
  font-size: 13px;
  color: #4c4c4c;
  content: "MENU";
  line-height: 1em;
  display: block;
  padding: 30px 0;
}
#topmenu ul li a{
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
}
#topmenu ul li a span{
  display: block;
  font-size: 13px;
  color: #4c4c4c;
  line-height: 24px;
  transition: .4s;
  -webkit-transition: .4s;
}


.mv{
/*   overflow: visible; */
  max-width: calc( (100vh - 385px)*1.8);
}
.mv .slick-dots{
  margin: 5px -10px;
  display: flex;
  align-content: stretch;
}
.mv .slick-dots li{
  height: 2px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.mv .slick-dots li button{
  display: block;
  height: 10px;
  width: 100%;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding: 0;
  line-height: 30px;
  overflow: hidden;
}
.mv .slick-dots li button:active,
.mv .slick-dots li button:focus{
  outline: none;
  line-height: 30px;
}
.mv .slick-dots li button:before{
  content: "";
  display: block;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  border-bottom: 2px solid #4c4c4c;
}
.mv .slick-dots li.slick-active button:before{
  border-bottom: 2px solid #FFF;
}
.movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.movie_wrapper iframe,
.movie_wrapper video,
.movie_wrapper img{
  position: absolute;
  top: 0 ;
  left: 0 ;
  height: 100% ;
  width: 100% ;
}
.mv .movie_wrapper img{
  display: block;
  object-fit:cover;
}

/* CONTENTS */
#contents{
  margin-right: 70px;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding: 160px 100px 150px;
  padding-right: 0px;
}
/*
body.home #contents{
  margin-right: 260px;
}
*/

#contents .contentWrap{
  margin: 0 auto;
/*   overflow: auto; */
  position: relative;
  height: 100%;
  padding: 20px 30px 20px 0;
  box-sizing: border-box;
}

/*
body.home #contents .contentWrap{
  padding: 0;
  margin-right: 30px;
  overflow: hidden;
}
*/

#contents .contentWrap .pageTitle{
  padding: 0px 0 50px;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
/* NEWS */
#news .newsList{
  padding-right: 120px;
}
#news .newsList .entry{
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #4c4c4c;
}
#news .newsList .entry .entry-head{
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}

#news .newsList .entry .entry-head:after{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(../img/icon-detail_link.png) no-repeat right bottom;
  background-size: 100%;
  transition: .4s;
  -webkit-transition: .4s;
}
#news .newsList .entry .entry-head:hover:after{
  filter: brightness(3);
}
#news .newsList .entry .entry-head.open:after{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#news .newsList .entry .entry-head .date{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  float: left;
}
#news .newsList.postLIVE .entry .entry-head .date{
  width: 11em;
}


#news .newsList .entry .entry-head .entry-title{
  margin-left: 8em;
}
#news .newsList .entry .entry-body{
  display: none;
  padding: 10px 0;
  margin: 0;
  max-width: 1000px;
}
#news .newsList .entry .entry-body p{
  margin-bottom: 1em;
}
#news .newsList .entry .entry-body p img{
  max-width: 100%;
}

.btn-more a{
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}
.btn-more a:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 7px 0;
  background: #FFF;
}
.btn-more a:after{
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7px;
  border-right: 1px solid #FFF;
/*
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
*/
  transition: .3s;
  -webkit-transition: .3s;
}
.btn-more a:hover:after{
  width: 6px;
  height: 6px;
  top: 4px;
  right: 1px;
  border-top: 1px solid #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* news categoruy */

#news .categoryList{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#news .categoryList li{
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 0.5em;
}
#news .categoryList li.parent a:before{
  content: ":";
  display: inline-block;
  margin: 0 0.6em;
}
#news .categoryList li.child a:before{
  content: "-";
  display: inline-block;
  margin: 0 0.2em 0 0.6em;
}
#news .categoryList li a{
  text-decoration: none;
  display: inline-block;
  color: #7b7b7b;
}
#news .categoryList li a.current,
#news .categoryList li a:hover{
  color: #FFF;
}
/*
#news .categoryList li a.blank{
  opacity: 0.5;
}
*/
#news .categoryList li a.blank:hover{
  color: #7b7b7b;
}
#news .newsList .entry.entry-single .entry-head{
  cursor: text;
}
#news .newsList .entry .entry-head .news_category{
  font-family: 'Roboto Condensed', sans-serif;
  color: #7b7b7b;
}
#news .entry-navi{
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
}
#news .entry-navi .pager{
  padding-top: 0.2em;
}
#news .entry-navi .share-btns{
  text-align: right;
}
#news .entry-navi .share-btns ul:before{
  content: "SHARE:";
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  font-size: 92.5%;
  color: #7b7b7b;
}
#news .entry-navi .share-btns ul li{
  display: inline-block;
  width: 18px;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 1em;
}
#news .entry-navi .btn-back a{
  text-decoration: none;
  padding-right: 1em;
}
#news .entry-navi .btn-back a span{
  display: block;
}




/* PROFILE */

.memberlist{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.memberlist .item{
  width: 33.333%;
  padding: 25px;
}
.memberlist .item .profile{
  display: block;
  position: relative;
}
.memberlist .item .photo{
  padding-left: 50%;
  border-bottom: 1px solid #4c4c4c;
  line-height: 0;
}
.memberlist .item .photo span{
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.memberlist .item .photo span img{
  position: absolute;
  left: 0;
  top: -15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.memberlist .item .num{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1;
}
.memberlist .item .name{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 22px;
}
.memberlist .item .name span.kana{
  display: block;
  font-size: 60%;
  color: #7b7b7b;
  margin-bottom: 0.5em;
}
.page-body p{
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
.page-body p:last-child{
  margin-bottom: 0;
}

/* DIOSCO */
#discography .page-body{
  position: relative;
}
#discography .disco-menu{
  padding-bottom: 60px;
}
#discography .disco-menu a{
  display: inline-block;
  color: #7b7b7b;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
#discography .disco-menu a.current{
  color: #FFF;
}
#discography .disco-menu a:after{
  content: " : ";
  display: inline-block;
  padding: 0 1em;
}
#discography .disco-menu a:last-child:after{
  content: none;
}
#discography .disco-list{
  overflow: hidden;
  padding-right: 15px;
  position: relative;
}
#discography .disco-list .item{
  width: 25%;
  padding: 15px 25px 15px 0;
  float: left;
}
#discography .disco-list .item a{
  display: block;
  position: relative;
}
#discography .disco-list .item .jacket{
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  transition: .3s;
  -webkit-transition: .3s;
}
#discography .disco-list .item a:hover .jacket{
  padding-bottom: 9px;
  border-bottom: 1px solid #FFF;
}
#discography .disco-list .item a .hover-text{
  opacity: 0;
  position: absolute;
  left: 0%;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

#discography .disco-list .item .detail{
  display: none;
}


#discography .disco-list .btn-more{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
}
#modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
#modal .modal-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#modal .modal-contents{
  position: absolute;
  top: 250px;
  left: 100px;
  right: 100px;
  bottom: 150px;
  padding: 30px 30px 50px;
  color: #000;
  background: #FFF;
}
#modal .modal-contents .modal-main{
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#modal .detail{
  position: relative;
}
#modal .modal-close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
}
#modal .modal-close span{
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#modal .modal-close:before,
#modal .modal-close:after{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 20px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#modal .modal-close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* modal-disco */

#discography #modal .detail .category{
  font-size: 13px;
  color: #7b7b7b;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
#discography #modal .detail:after {
  content: "";
  display: block;
  clear: both;
}
#discography #modal .detail .info{
  overflow: hidden;
  width: 60%;
  float: left;
}
#discography #modal .detail .info .jacket{
  width: 50%;
  float: left;
  padding-right: 30px;
}
#discography #modal .detail .info .text{
  margin-left: 50%;
}
#discography #modal .detail .info .text h1{
  font-size: 20px;
  line-height: 1.5em;
  font-weight: normal;
}
#discography #modal .detail .info .text .release{
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2em;
  margin-bottom: 15px;
}
#discography #modal .detail .info .text .body p{
  line-height: 1.8em;
  font-size: 14px;
}
#discography #modal .detail .tracklist{
  margin-top: 90px;
  margin-left: 60%;
  padding-left: 30px;
}
#discography #modal .detail .tracklist li{
  font-size: 14px;
  line-height: 2.4em;
}
#discography #modal .detail .movie_area{
  clear: both;
  padding: 30px 0;
  margin-left: 30%;
}

#discography #modal .dl-link{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  background: #FFF;
  text-align: right;
  padding: 15px 30px;
  padding-top: 0;
}
#discography #modal .dl-link a{
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  letter-spacing: 0.05em;
}


/* modal-profile */

#profile #modal .modal-contents{
  top: 30px;
  bottom: 30px;
  max-width: 762px;
  margin: 0 auto;
}
#profile #modal .modal-bg{
  opacity: 0.5;
}

#modal .detail .modal-profile{
  overflow: hidden;
  padding: 25px 0;
  max-width: 860px;
}
#modal .detail .modal-profile .prof-photo{
  width: 50%;
  float: left;
  padding-right: 40px; 
  position: relative;
}
#modal .detail .modal-profile .prof-photo .prof-photo-image{
  line-height: 0;
}

#modal .detail .modal-profile .prof-photo .prof-photo-list{
  margin: 5px -5px;
  overflow: hidden;
}
#modal .detail .modal-profile .prof-photo .prof-photo-list li{
  width: 25%;
  float: left;
  padding: 5px;
  cursor: pointer;
}
#modal .detail .modal-profile .prof-photo .prof-photo-list li span{
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.8;
}
#modal .detail .modal-profile .prof-photo .prof-photo-list li span img{
  display: block;
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0;
}
#modal .detail .modal-profile .prof-text{
  margin-left: 50%;
}
#modal .detail .modal-profile .prof-text h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
#modal .detail .modal-profile .prof-text .kana{
  font-size: 16px;
  color: #7b7b7b;
  margin: 0.5em 0;
}
#modal .detail .modal-profile .prof-text dl{
  font-size: 14px;
  line-height: 2em;
  margin: 15px 0;
}
#modal .detail .modal-profile .prof-text dl dt{
  width: 6em;
  float: left;
}
#modal .detail .modal-profile .prof-text dl dd{
  margin-left: 6em;
}
#modal .detail .modal-profile .prof-text .prof-sns{
  padding: 15px 0;
  border-top: 1px solid #4c4c4c;
}
#modal .detail .modal-profile .prof-text .prof-sns:before{
  font-family: 'Roboto Condensed', sans-serif;
  content: "LINKS :";
  display: inline-block;
  padding: 5px 0;
  padding-right: 15px;
  color: #4c4c4c;
  height: 2em;
  float: left;
}
#modal .detail .modal-profile .prof-text .prof-sns li{
  display: inline-block;
  padding: 5px 0;
  padding-right: 15px;
}
#modal .detail .modal-profile .prof-text .prof-sns li a{
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}

/* MOVIE */
#movie .movielist {
  overflow: hidden;
  position: relative;
}
#movie .movielist .movie-item{
  padding-right: 40px;
  float: left;
  width: 50%;
}
#movie .movielist .movie-item .title{
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6em;
}

#movie .movielist .btn-more{
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}

/* FANCLUB */
#fanclub h2{
  margin-bottom: 1em;
  font-size: 18px;
}
#fanclub .logo{
  max-width: 400px;
}
#fanclub .logo img{
  height: 160px;
  text-align: center;
  line-height: 160px;
}
#fanclub li,
#fanclub dl{
  line-height: 1.6em;

}
#fanclub p{
  line-height: 1.6em;
  margin: 1em 0;
}
#fanclub .apps{
  margin: 30px 0;
}
#fanclub .apps,
#fanclub .service{
/*   max-width: 800px; */
}

#fanclub h3{
  font-size: 16px;
  line-height: 1.8em;
  margin: 2em 0 1em;
  border-bottom: 1px solid #4c4c4c;
}

#fanclub .faq{
  margin: 100px 0 50px;
}
#fanclub .faq dt{
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
#fanclub .faq dd{
  margin-bottom: 1.4em;
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 2.4em;
  text-indent: -1.2em;
}
/* CONTACT */
#contact{
  
}
/* form */
#contact form {
	max-width:700px;
	margin: 20px 0;
	color:#FFF;
	line-height:120%;
	font-size: 12px;
}
#contact form table.formTable{
	width:100%;
	max-width: 600px;
	margin:0;
	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);
	border:1px solid transparent;
	padding:10px;
	vertical-align: middle;
}
#contact form table.formTable th{
	width: 120px;
	font-weight:normal;
	text-align:left;
	padding: 10px 0;
}

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

#contact form table.formTable textarea:focus,
#contact form table.formTable input:focus{
  background: #FAFAFA;
  color: #000;
  appearance: none;
  border: none;
  outline: none;
  -webkit-outline: none;
}


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

#contact form th br{
  display: none;
}
#contact form > p input{
  padding: 8px 30px;
  background: transparent;
  color: white;
  border: 1px solid #999;
  border-radius: 0;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}

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

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

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


/* FOOTER */
footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 100px;
  height: 150px;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer-sns{
  position: relative;
  border-top: 1px solid #4c4c4c;
/*   margin-top: 40px; */
}
body.home .footer-sns{
  overflow: visible;
  margin-left: 0;
  margin-right: 210px;
  max-width: calc( (100vh - 385px)*1.8);
}

.footer-sns ul{
  padding: 40px 0;
  display: flex;
  display: -webkit-flex;
  font-size: 13px;
}
body.home .footer-sns ul{
  margin-right: 150px;
}

.footer-sns ul:before{
  content: "LINKS :";
  color: #4c4c4c;
  line-height: 20px;
  padding-left: 75px;
}
.footer-sns li{
  padding-left: 75px;
}
.footer-sns li a{
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
}

footer .symbol{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 52px;
}
body.home footer .symbol{
  position: fixed;
  width: 81px;
  right: 100px;
  bottom: 50px;
}
footer .befirst{
  position: fixed;
  right: 30px;
  top: 50%;
}
footer .befirst span{
  display: block;
  width: 1em;
  height: 1em;
  font-size: 13px;
  transform: translateY(-35px) rotate( 90deg );
  -webkit-transform: translateY(-35px) rotate( 90deg );
  white-space: nowrap;
  color: #7b7b7b;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
footer p{
  font-size: 12px;
  color: #4c4c4c;
}
@media (max-width: 1180px){
  #siteHeader #menu ul li{
    padding-left: 35px;
  }
}
@media (max-height: 768px) and (min-width: 1080px){
  #siteHeader{
    padding: 55px 100px 0;
  }
  #contents{
    padding: 130px 100px 115px;
    padding-right: 0;
  }
  #siteHeader #menu{
    top: 50px;
  }
  body.home #siteHeader #menu{
    top: 130px;
  }
  body.home #siteHeader #menu ul:before{
    padding: 20px 0;
  }
  #siteHeader #menu li a{
    padding-bottom: 15px;
  }
  .mv,
  body.home .footer-sns{
    max-width: calc( (100vh - 300px)*1.8);
  }
  body.home .footer-sns{
    margin-right: 210px;
  }
  
  .footer-sns ul:before,
  .footer-sns li{
    padding-left: 55px;
  }
  footer .symbol{
    bottom: -30px;
  }
  body.home footer .symbol{
    position: absolute;
    width: 61px;
    bottom: 0;
    right: -140px;
  }
  .footer-sns ul{
    padding: 20px 0;
  }
  footer{
    height: 105px;
  }
  #modal .modal-contents{
    top: 120px;
    bottom: 105px;
  }
}
@media (max-height: 840px){
  #siteHeader{
    height: auto;
  }
  #topmenu ul:before{
    padding-top: 0;
    padding-bottom: 15px;
  }
  #topmenu ul li a{
    font-size: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px){
  #siteHeader #menu ul li{
    padding-left: 25px;
  }
  #siteHeader #menu ul li a{
    font-size: 16px;
  }
  .footer-sns ul:before,
  .footer-sns li{
    padding-left: 35px;
  }
  
}


@media (max-width: 980px){
  #siteHeader{
    padding: 50px 50px 30px;
  }
  #bg_area i.left{
    left: 15px;
  }
  #bg_area i.right{
    right: 15px;
  }
  #bg_area i.top{
    top: 15px;
  }
  #bg_area i.bottom{
    bottom: 15px;
  }
  #siteHeader .logo {
    width: 130px;
  }
  #siteHeader #menu{
    right: 50px;
    top: 45px;
  }
  #siteHeader #menu ul li{
    padding-left: 20px;
  }
  #siteHeader #menu ul li a{
    font-size: 15px;
  }
  #siteHeader #menu li a span{
    font-size: 12px;
  }
  #contents{
    padding: 100px 0px 100px 50px;
    margin-right: 50px;
  }
  #contents .contentWrap .pageTitle{
    padding-bottom: 30px;
  }
  #news .newsList{
    padding-right: 60px;
    padding-right: 0;
  }
  footer{
    padding: 0 50px;
    height: 95px;
  }
  footer .befirst{
    right: 15px;
  }
  .footer-sns ul{
    padding: 20px 0;
  }
  
  .footer-sns ul:before,
  .footer-sns li{
    padding-left: 35px;
  }
  footer .symbol{
    bottom: -20px;
    width: 46px;
  }
  #modal .modal-contents{
    top: 160px;
    left: 50px;
    right: 50px;
    bottom: 95px;
  }
}

@media (max-width: 768px){
  html, body{
    height: auto;
    overflow: auto;
  }
  #bg_area i{
    width: 15px;
    height: 15px;
  }
  #bg_area i:before{
    height: 15px;
    left: 7px;
  }
  #bg_area i:after{
    top: 7px;
    width: 15px;
  }
  #bg_area i.left{
    left: 11px;
  }
  #bg_area i.right{
    right: 11px;
  }
  #bg_area i.top{
    top: 11px;
  }
  #bg_area i.bottom{
    bottom: 11px;
  }
  #siteHeader{
    padding: 50px 30px 10px;
    position: relative;
    height: auto;
  }
  #siteHeader .logo{
    width: 130px;
  }
  body.home #siteHeader .logo{
    margin-left: -10px;
  }
  #siteHeader #menu{
    position: fixed;
    top: 0;
    width: 0;
    border: none;
    padding-left: 0;
    right: 0;
    left: auto;
  }
  #siteHeader #menu.open{
    width: 80%;
  }
  #siteHeader #menu .ui-spmenu{
    position: absolute;
    display: block;
    width: 20px; 
    height: 65px;
    right: 30px;
    top: 50px;
    z-index: 10;
  }
  body.home #siteHeader #menu .ui-spmenu{
    display: none;
  }
  #siteHeader #menu .ui-spmenu:before,
  #siteHeader #menu .ui-spmenu:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

  }
  #siteHeader #menu .ui-spmenu:before{
    border-left: 10px solid #FFF;
    border-top: 20px solid #FFF;
  }
  #siteHeader #menu .ui-spmenu:after{
    top: 15px;
    left: 0;
    border-right: 10px solid #FFF;
    border-bottom: 20px solid #FFF;
    transition: top .4s;
    -webkit-transition: top .4s;
  }
  #siteHeader #menu.open .ui-spmenu:after{
    top: 0;
    border-left: 10px solid #FFF;
    border-top: 20px solid #FFF;
  }
  #siteHeader #menu .ui-spmenu .spmenu{
    display: none;
  }
  #siteHeader #menu ul{
    display: block;
    border: 1px solid #FFF;
    padding: 90px 45px;
    margin-left: 0;
    background:  rgba(0,0,0,0.85);
    height: 100vh;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: .5s;
    -webkit-transition: .5s;
  }
  #siteHeader #menu.open ul{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #siteHeader #menu ul:before{
    margin-bottom: 20px;
    display: block;
  }
  #siteHeader #menu ul li{
    padding-left: 0;
  }
  #siteHeader #menu ul li a{
    font-size: 18px;
  }
  #siteHeader #menu li a span{
    font-size: 13px;
  }
  body.home #siteHeader{
    height: auto;
  }

  #contents{
    padding: 0px 30px 10px;
    margin-right: 0;
    height: auto;
  }
  #contents .contentWrap{
    padding-top: 10px;
    padding-right: 0;
  }
  #contents .contentWrap.ps{
    padding-bottom: 50px;
    overflow: auto !important;
  }
  #contents .contentWrap#top{
    padding-right: 0;
    margin-right: 0;
    margin: 0 -10px;
    padding: 0;
    padding-top: 20px;
  }
  #contents .contentWrap .pageTitle{
    padding-bottom: 25px;
  }
  #topmenu{
    position: static;
    padding: 10px 20px;
    border: none;
    width: auto;
  }
  #topmenu ul:before{
    padding: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  #topmenu ul{
    display: flex;
    flex-wrap: wrap;
  }
  #topmenu ul li{
    width: 30%;
  }
  #topmenu ul li:nth-child(3n+1){
    width: 27%;
  }
  #topmenu ul li:nth-child(3n+2){
    width: 35%;
  }
  #topmenu ul li:nth-child(3n+3){
    width: 38%;
  }
  #topmenu ul li a{
    font-size: 15px;
    padding-bottom: 15px;
  }
  .mv{
    max-width: none;
  }

  #news .newsList{
    padding-right: 0;
  }
  #news .newsList .entry{
    font-size: 12px;
    margin-bottom: 10px;
  }
  #news .newsList .entry .entry-head .date{
    float: none;
  }
  #news .newsList .entry .entry-head .entry-title{
    margin-left: 0;
  }
/*
  #contents #profile.contentWrap.ps{
    height: auto;
    overflow-anchor: auto;
    -ms-overflow-style: auto;
  }
*/
  .memberlist{
    margin: 0;
  }
  .memberlist .item{
    width: 100%;
    padding: 30px 0;
  }
  .memberlist .item .num{
    font-size: 12px;
  }
  .memberlist .item .name{
    font-size: 20px;
  }
  .memberlist .item .name span.kana{
    margin-bottom: 1em;
  }
  #discography .disco-list{
    padding: 0;
    margin: 0 -5px;
  }
  #discography .disco-list .item{
    width: 50%;
    padding: 5px;
  }
  #discography .disco-menu{
    padding-bottom: 30px;
  }
  #discography .disco-menu a:after{
    padding: 0 0.3em;
  }
  #modal{
    z-index: 9999;
  }
  #modal .modal-contents{
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 15px;
    padding-right: 5px;
    padding-bottom: 40px;
  }
  #modal .modal-contents .modal-main{
    padding-right: 10px;
  }
  #modal .modal-contents .modal-main.ps{
    padding-right: 15px;
    padding-bottom: 30px;
  }
  #modal .modal-close{
    right: 10px;
    top: 10px;
  }
  #discography #modal .detail .info{
    float: none;
    width: 100%;
  }
  #discography #modal .detail .info .jacket{
    width: 50%;
    padding-right: 20px;
  }
  #discography #modal .detail .info .text{
    margin-left: 0;
  }
  #discography #modal .detail .info .text h1{
    font-size: 14px;
    margin-left: 50%;
  }
  #discography #modal .detail .info .text .release{
    font-size: 12px;
    margin-left: 50%;
  }
  #discography #modal .detail .info .text .body{
    clear: both;
    padding: 10px 0;
  }
  #discography #modal .detail .info .text .body p{
    font-size: 12px;
  }
  #discography #modal .detail .tracklist{
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0px;
  }
  #discography #modal .detail .tracklist li{
    font-size: 12px;
  }
  #discography #modal .detail .movie_area{
    margin-left: 0;
  }
  #discography #modal .dl-link{
    width: 100%;
    padding: 15px;
    background: transparent;
  } 
  #discography #modal .dl-link a{
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 14px;
  }
  #fanclub p{
    font-size: 13px;
  }
  #modal .modal-contents .modal-main.ps .detail .modal-profile{
    padding-right: 20px;
  }
  #modal .detail .modal-profile .prof-photo{
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #modal .detail .modal-profile .prof-photo .prof-photo-list{
    padding: 0 -3px;
  }
  #modal .detail .modal-profile .prof-photo .prof-photo-list li{
    padding: 3px;
  }
  #modal .detail .modal-profile .prof-text{
    margin-left: 0;
    margin-top: 30px;
  }
  #modal .detail .modal-profile .prof-text dl{
    font-size: 13px;
  }

  #movie .movielist .movie-item{
    padding-right: 0px;
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
  #movie .movielist .movie-item .title{
    font-size: 11px;
  }
  
  footer{
    position: relative;
    padding: 0px 30px 15px;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .footer-sns{
    width: auto;
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  body.home .footer-sns{
    width: auto;
    margin: 0;
    padding: 0 10px;
    border-top: 0;
  }
  footer .symbol,
  body.home footer .symbol{
    position: absolute;
    right: 10px;
    width: 72px;
    bottom: 15px;
  }
  .footer-sns ul{
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 50px;
  }
  .footer-sns ul,
  body.home .footer-sns ul{
    margin-right: 80px;
  }
  .footer-sns ul:before, 
  .footer-sns li{
    padding-left: 0;
    padding-right: 25px;
    line-height: 3em;
  }
  .footer-sns ul:before{
    width: 100%;
  }
  
  footer .befirst{
    display: none;
  }
  footer p{
    text-align: center;
  }
}
@media (max-width: 480px){
  .mv .slick-dots li.slick-active button:before,
  .mv .slick-dots li button:before{
    border-bottom-width: 3px;
  }
  #discography .disco-list{
    padding: 0;
    margin: 0;
  }
  #discography .disco-list .item{
    width: 100%;
    float: none;
    padding: 15px;
  }
}

 