@charset "utf-8";

html,body{
  background: #000;
  color: #FFF;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  height: 100vh;
  overflow: hidden;
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6,strong{
  font-weight: 300;
}

br.spbr{
  display: none;
}
img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
a{
  color: #FFF;
}
#bg_area{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 3px solid #FFF;
  box-sizing: border-box;
}
#bg_area i{
  position: absolute;
  width: 11px;
  height: 11px;
  display: block;
  text-indent: -99px;
  overflow: hidden;
}
#bg_area i:before{
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 1px;
  height: 11px;
  background: #FFF;
}
#bg_area i:after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 11px;
  height: 1px;
  background: #FFF;
}
#bg_area i.left{
  left: 45px;
}
#bg_area i.right{
  right: 45px;
}
#bg_area i.top{
  top: 45px;
}
#bg_area i.bottom{
  bottom: 45px;
}
#mycanvas{
  position: fixed;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
}
#wrapper{
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 100vh;
}

#siteHeader{
  float: left;
  width: 194px;
  padding: 100px;
  padding-right: 50px;
}
#siteHeader .logo a{
  display: block;
  width: 150px;
}
#siteHeader .logo a svg{
  width: 100%;
  height: auto;
}
#siteHeader #menu ul{
  margin-top: 64px;
}
#siteHeader #menu li a{
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
}
#siteHeader #menu li a:hover{
  cursor: pointer;
}
#siteHeader #menu li a span{
  display: inline-block;
  position: relative;
  padding: 5px 7px;
}
#siteHeader #menu li a span:before,
#siteHeader #menu li a span:after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteHeader #menu li a span:before{
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
#siteHeader #menu li a span:after{
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}
#siteHeader #menu li a:hover span:before,
#siteHeader #menu li a.current span:before{
  width: 100%;
  height: 100%;
  border-top-color: #FFF;
  border-left-color: #FFF;
}
#siteHeader #menu li a:hover span:after,
#siteHeader #menu li a.current span:after{
  width: 100%;
  height: 100%;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
}

/*
#siteHeader #menu li a span:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  transform: scaleX(0) rotate(0deg);
  -webkit-transform: scaleX(0) rotate(0deg);
  transition: .4s;
  -webkit-transition: .4s;
}
#siteHeader #menu li a span:hover:after,
#siteHeader #menu li a.current span:after{
  transform: scaleX(1) rotate(-22deg);
  -webkit-transform: scaleX(1) rotate(-22deg);
}
*/
#siteHeader #menu .ui-spmenu{
  display: none;
}


/* CONTENTS */
#contents{
  margin-left: 360px;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding: 100px;
  padding-left: 0px;
}
#contents .contentWrap{
  max-width: 700px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  height: 100%;
  padding: 30px;
  padding-top: 165px;
  box-sizing: border-box;
}

/* NEWS */
#news .newsList .entry{
  margin-bottom: 50px;
  line-height: 1.8em;
  font-size: 13px;
}
#news .newsList .entry .entry-head{
  cursor: pointer;
  margin-bottom: 10px;
}
#news .newsList .entry .entry-date{
  font-size: 12px;
}
#news .newsList .entry .entry-body{
  display: none;
}
#news .newsList .entry .entry-body p{
  margin-bottom: 1em;
}
#news .newsList .entry .entry-body p strong{
  font-size: 112%;
  display: inline-block;
  line-height: 1.8em;
}
#news .newsList .entry .entry-body img,
#news .newsList .entry .entry-body iframe,
#news .newsList .entry .entry-body video{
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
#news .newsList .entry .entry-body .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0;
}
#news .newsList .entry .entry-body .movie_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.btn-more a{
  display: inline-block;
  padding-right: 75px;
  position: relative;
  text-decoration: none;
  line-height: 1em;
}
.btn-more a:before,
.btn-more a:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: 4px;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transition: .3s;
  -webkit-transition: .3s;
}
.btn-more a:after{
  width: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn-more a:hover:before,
.btn-more a:hover:after{
  right: -6px;
}

/* ABOUT */
.page-head h1{
  font-size: 18px;
  margin-bottom: 2em;
}
.page-body p{
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
.page-body p:last-child{
  margin-bottom: 0;
}

/* APPAREL */
#apparel .itemList{
/*
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
*/
  margin: 0 -10px;
}
#apparel .itemList .items{
  width: 33.33%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
#apparel .itemList .items a{
  text-decoration: none;
}
#apparel .itemList .items .image{
  line-height: 0;
}
#apparel .itemList .items .text{
  padding: 10px 0;
  line-height: 1.5em;
}
#apparel .itemList .items .text .price,
#apparel .itemList .items .text .detail{
  font-size: 12px;
}

/* ARTIST */
#artist .artistList{
}
#artist .artistList h2.category_title{
  margin: 60px 0 10px;
  font-size: 17px;
  border-bottom: 1px solid #FFF;
  line-height: 1.6em;
  clear: both;
  font-weight: 700;
  letter-spacing: 0.06em;
}

#artist .artistList .artist-block{
  margin: 0 -10px;
  overflow: hidden;
}
#artist .artistList .profile{
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
#artist .artistList .profile:nth-child(2n+1){
  clear: both;
}
#artist .artistList .artist-block.group .profile{
  width: 100%;
}
#artist .artistList .artist-block.trainee .profile{
  width: 25%;
}

#artist .artistList .profile a{
  display: block;
}
#artist .artistList .profile .image .detail{
  display: none;
}
/*
#artist .artistList .artist-block.trainee .profile{
  width: 33.33%;
}
*/
#artist .artistList .artist-block.trainee .profile:nth-child(2n+1){
  clear: none;
}
#artist .artistList .artist-block.trainee .profile a span.photo{
  position: relative;
  padding-top: 100%;
  display: block;
  overflow: hidden;
}
#artist .artistList .artist-block.trainee .profile a span.photo img{
  position: absolute;
  left: 0;
  top: 0;
}
/*
#artist .artistList .profile.trainee a span.photo{
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;

}
#artist .artistList .profile.trainee a span.photo img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
*/

#artist .page-body{
  padding: 10px 0;
}
#artist .page-body h2{
  font-size: 125%;
}
#artist .page-body p{
  font-size: 90%;
  line-height: 1.6em;
  color: #999;
}
#artist .prof-sns{
  overflow: hidden;
}
#artist .prof-sns li{
  width: 30px;
  float: left;
  margin-right: 10px;
}
#artist .prof-sns li a{
  display: block;
}

/* AUDITION */
#audition h2{
  font-size: 16px;
  line-height: 1.8em;
}

#audition .mainimage{
  margin: 10px 0;
  max-width: 640px;
}
#audition .click{
  font-size: 14px;
  padding: 0.5em 0;
}

#audition .auditon-sec{
  margin: 30px auto;
  line-height: 1.8em;
}
#audition .auditon-sec h3{
  font-size: 15px;
  margin-bottom: 0.5em;
  margin-top: 3em;
  font-weight: bold;
}
#audition .auditon-sec p,
#audition .auditon-sec dl,
#audition .auditon-sec li{
  padding-left: 1em;
}
#audition .auditon-sec dl dt{
  float: left;
  clear: both;
}
#audition .auditon-sec dl dt:after{
  content: "：";
}
#audition .auditon-sec p.note{
  font-size: 13px;
  text-indent: -1em;
  padding-left: 2em;
}
#audition .auditon-sec .notes p{
  margin-bottom: 0;
  font-size: 13px;
  text-indent: -1em;
  padding-left: 2em;
}

#audition .auditon-sec.notes ul li{
  padding-left: 2em;
  text-indent: -1em;
  font-size: 13px;
}
#audition .auditon-sec.artist ul{
  overflow: hidden;
}
#audition .auditon-sec.artist ul li{
  padding: 10px 0 30px;
  overflow: hidden;
  clear: both;
}
#audition .auditon-sec.artist ul li .photo{
  line-height: 0;
  width: 35%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
}
#audition .auditon-sec.artist ul li p.name,
#audition .auditon-sec.artist ul li .profile{
  margin-left: 35%;
  padding-left: 10px;
}

#audition .auditon-sec.artist ul li .name{
  line-height: 2em;
  font-size: 120%;
}
#audition .auditon-sec.artist ul li p{
  margin: 0;
  padding-left: 0;
}
#audition .auditon-sec.artist ul li .profile{
  font-size: 12px;
}
#audition .auditon-sec.schedule dl dd{
  margin-bottom: 1.6em;
}
#audition .auditon-sec.schedule h4{
  font-weight: bold;
  clear: both;
  padding-top: 10px;
}
#audition .auditon-sec.schedule ul{
  margin-bottom: 1em;
}

#audition .audition-item{
  margin-bottom: 2em;
}

#audition .btn-entry{
  margin: 50px auto;
  text-align: center;
  max-width: 360px;
}
#audition .btn-entry a{
  display: block;
  font-size: 16px;
  line-height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: .3s;
  -webkit-transition: .3s;
}
#audition .btn-entry a:hover{
  background: #FFF;
  color: #000;
}

/* B-Town  */
#btown .page-head h1{
  margin-bottom: 1em;
}
#btown h2{
  margin: 3em 0 1em;
  font-size: 18px;
}
#btown .app{
  margin: 50px auto;
  max-width: 360px;
}
#btown .app a{
  display: block;
  font-size: 16px;
  line-height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: .3s;
  -webkit-transition: .3s;
}
#btown .app a:hover{
  background: #FFF;
  color: #000;
}
#btown .app a.btn-contact{
    border-width: 1px;
    font-size: 14px;
    margin: 30px 50px;
}
#btown .app ul{
  margin-top: 30px;
}
#btown .app ul li:first-child{
  border-top: 1px solid #999;
}
#btown .app ul li{
  padding: 5px;
  line-height: 1.6em;
  border-bottom: 1px solid #999;
  font-size: 13px;
}
#btown .app ul li span{
  display: inline-block;
  width: 5em;
}

/* CONTACT */

#contact .contact_form > p{
  line-height: 1.8em;
  margin-bottom: 1em;
}

/* 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: #4D4D4D;
  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: #C5C5C5;
  color: #000;
  appearance: none;
  border: none;
  outline: none;
  -webkit-outline: none;
}

#contact form table.formTable select{
  border: 1px solid #404040;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: #C5C5C5;
  padding: 5px;
  width: 170px;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
#contact form table.formTable .selectBox .menu-123{
  display: inline-block;
  position: relative;
}
#contact form table.formTable .selectBox .menu-123:after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  right: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
}

#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 #FFF;
  border-radius: 0;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 200;
  font-family: 'Roboto Condensed', 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: absolute;
  bottom: 43px;
  left: 100px;
}
footer p{
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}
footer .side-sns{
  position: fixed;
  right: 48px;
  top: 50%;
}
footer .side-sns ul{
  width: 1em;
  height: 1em;
  font-size: 12px;
  transform: translateY(-110px) rotate(90deg);
  -webkit-transform: translateY(-110px) rotate(90deg);
  white-space:  nowrap;
}
footer .side-sns li{
  display: inline-block;
}
footer .side-sns li:before{
  content: "/";
  display: inline-block;
  padding: 0 0.6em 0 0.5em;
}
footer .side-sns li:first-child:before{
  content: none;
}
footer .side-sns li a{
  text-decoration: none;
}
.language-switcher{
  position: absolute;
    right: 75px;
    top: 45px;
    z-index: 10;
}
.language-switcher ul{
  display: flex;
}
/* language-switcher */
.language-switcher li{
  margin-left: 5px;
}
.language-switcher li .bogo-language-name{
  display: inline-block;
  padding: 2px 6px;
  font-size: 13px;
  color: #999;
  border: 1px solid transparent;
}
.language-switcher li a{
  display: inline-block;
  text-decoration: none;
  color: #FFF;
}
.language-switcher li.current .bogo-language-name{
  padding: 0;
  border: none;
}
.language-switcher li.current .bogo-language-name a{
  border: 1px solid #FFF;
  padding: 2px 6px;
}

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/


@media (max-width: 980px){
  #siteHeader{
    padding: 100px 50px;
    padding-right: 25px;
  }
  #contents{
    margin-left: 300px;
    padding-right: 45px;
  }
  footer .side-sns{
    right: 15px;
  }
}

@media (max-width: 768px){
  .language-switcher{
    right: 50px;
    top: 25px;
  }
  #bg_area i.left{
    left: 25px;
  }
  #bg_area i.right{
    right: 25px;
  }
  #bg_area i.top{
    top: 25px;
  }
  #bg_area i.bottom{
    bottom: 25px;
  }
  #siteHeader{
    padding: 60px 30px;
    width: 150px;
  }
  #siteHeader .logo{
    width: 150px;
  }
  #siteHeader .logo svg{
    width: 100%;
    height: auto;
  }
  #apparel .itemList{
    margin: 0 -8px;
  }
  #apparel .itemList .items{
/*     width: 50%; */
    padding: 8px;
  }
  #contents{
    margin-left: 150px;
  }
  #contents .contentWrap{
    padding: 30px 15px;
  }
  .page-head h1{
    margin-bottom: 30px;
  }
  footer {
    bottom: 25px;
    left: 52px;
  }
}

@media (max-width: 640px){
  html,body{
    font-size: 13px;
  }
  .language-switcher{
    left: 24px;
    top: 10px;
    top: 28px;
    right: auto;
  }
  .language-switcher li .bogo-language-name{
    font-size: 12px;
  }
  #bg_area i.left{
    left: 10px;
  }
  #bg_area i.right{
    right: 10px;
  }
  #bg_area i.top{
    top: 10px;
  }
  #bg_area i.bottom{
    bottom: 10px;
  }
  #siteHeader{
    float: none;
    width: auto;
    padding: 15px 0px 10px;
    position: relative;
    z-index: 10;
  }
  #siteHeader .logo{
    width: 76px;
    margin: 0 auto;
  }
  #siteHeader .logo a{
    width: 100%;
  }
  #siteHeader #menu ul{
    margin-top: 0;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
    height: 0;
    padding: 0px 25px;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
  }
  #siteHeader #menu ul li{
    text-align: right;
  }
  #siteHeader #menu li a{
    padding: 1em 0;
    font-size: 16px;
    overflow: hidden;
  }
  #siteHeader #menu .ui-spmenu{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
/*     background: rgba(255,255,255,0.2); */
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #siteHeader #menu .ui-spmenu .spmenu,
  #siteHeader #menu .ui-spmenu:before,
  #siteHeader #menu .ui-spmenu:after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #FFF;
    position: absolute;
    overflow: hidden;
    text-indent: -999px;
    left: 15px;
    transition: .4s;
    -webkit-transition: .4s;
  }
  #siteHeader #menu .ui-spmenu .spmenu{
    opacity: 0;
  }
  #siteHeader #menu .ui-spmenu:before{
    top: 21px;
  }
  #siteHeader #menu .ui-spmenu:after{
    top: 27px;
  }
  #siteHeader #menu.open .ui-spmenu:before{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #siteHeader #menu.open .ui-spmenu:after{
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #siteHeader #menu.open ul,
  #siteHeader #menu.animate ul{
    height: auto;
    padding: 50px 25px;
    opacity: 1;
    height: 100vh;
    margin-left: 3px;
    margin-right: 3px;
  }
  #siteHeader #menu ul li a span{
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  #siteHeader #menu.open ul li a span{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }
  #siteHeader #menu.open.anim ul li a span{
    transform: translateY(-250%);
    -webkit-transform: translateY(-250%);
  }
  #contents{
    margin: 0;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 50px;
    height: auto;
  }
  #artist .artistList h2.category_title{
    margin-top: 30px;
  }
  #contact form table.formTable th{
    width: 100px;
  }
  #contact form table.formTable th{
    padding: 5px 0px;
  }
  #contact form table.formTable td{
    padding: 5px 10px 5px 0;
  }
  #audition .auditon-sec.artist ul li{
    padding: 10px 0;
  }
  #audition .auditon-sec.artist ul li .photo{
    padding-right: 5px;
    width: 45%;
  }
  #audition .auditon-sec.artist ul li p.name,
  #audition .auditon-sec.artist ul li .profile{
    padding-left: 5px;
    margin-left: 45%;
  }
  #audition .auditon-sec.artist ul li p.name{
    line-height: 1;
    margin-bottom: 0.4em;
  }
  
  
  footer {
    bottom: 9px;
    left: 35px;
    font-size: 12px;
  }
}
@media (max-width: 480px){
  br.spbr{
    display: inline;
  }
  #audition .auditon-sec.schedule ul li{
    margin-bottom: 0.8em;
    padding-left: 0;
  }
  #artist .artistList .artist-block{
    margin: 0 -5px;
  }
  #artist .artistList .profile{
    padding: 10px 5px;
    box-sizing: border-box;
  }
  
  
  footer .side-sns {
    right: 5px;
  }
  #contents{
    padding: 20px;
  }
  #contents .contentWrap{
    padding: 30px 10px;
  }
}

