@charset "utf-8";
/* CSS Document */

/*  reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea{
  margin: 0;
  padding: 0;
}
ol, ul,li{list-style:none;}
table{
  border-collapse: collapse; 
  border-spacing:0;
}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.both{clear:both;}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a img,
img{
  line-height:0;
  vertical-align:bottom;
  max-width: 100%;
}
area{
  border:none;
  outline:none;
}


/* style */


body{
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*background: #211917;*/
  background-color: #000;
  color: #F43E43;
}
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: #333;
}
header {
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    /*background: #fff;*/
}
header h1{
  width: 90%;
  margin: 0 auto;
}
main{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.sp_only{
  display: block;
}
.sp_none{
  display: none;
}
@media (min-width: 481px) {
  .sp_only{
  display: none;
  }
  .sp_none{
  display: block;
  }
}
.fade {
  position   : relative;
  width  : 100%;
  height: 210px;
  max-height     : 100vh;
  margin     : auto;
  overflow   : hidden;
}
  @media (min-width: 321px) {
    .fade {
      height: 270px;
    }
  }
  @media (min-width: 415px) {
    .fade {
      height: 320px;
    }
  }
  @media (min-width: 481px) {
    .fade {
      height: 400px;
    }
  }
  @media (min-width: 768px) {
    .fade {
      height: 520px;
    }
  }
  @media (min-width: 800px) {
    .fade {
      height: 620px;
    }
  }
  @media (min-width: 1024px) {
    .fade {
      height: 730px;
    }
  }

.fade img {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : fadeanime 10s ease-in-out forwards;
  width: 100%;
  background-size: cover;
}

.fade .img1 {
  background-image : url(../img/mainimg1.jpg);
}
.fade .img2 {
  background-image : url(../img/mainimg2.jpg);
 animation-delay  : 4s;
}
@keyframes fadeanime {
   0% { opacity: 0; }
  25% { opacity: 1; }
  30% { opacity: 1; }
 100% { opacity: 1; }
}
section{
  margin-bottom: 50px;
}
section.mgn20{
  margin-bottom: 20px;
}
.catchcopy{
  margin-bottom: 60px;
}
.catchcopy p{
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  color: #7a7a7a;
  font-size: 0.9em;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}
.logo_small{
  margin: 40px auto;
  width: 40%;
}
.produce{
  width: 80%;
  margin: 0 auto 30px;
}
.yoyaku{
  width: 100%;
  margin: 0 auto 30px;
}
.schedule{
  width: 100%;
  margin: 0 auto 30px;
}
h2{
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Rajdhani', sans-serif;
}
h2 span{
  display: block;
  font-size: 0.45em;
  color: #aaa;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#member{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#member li {
    width: 44%;
    margin-bottom: 50px;
    text-align: center;
}
#member li a img {
	border-radius: 50%;
  width: 90%;
}

#member li p{
  text-align: center;
  color: #fff;
  font-size: 1em;
  margin-top: 5px;
  letter-spacing: 0.15em;
}
#member li p span{
  font-size: 0.7em;
}
.modal-content {
  width: 88% ;
  margin: 40px auto ;
  padding: 10px 60px 30px;
  background: #fff ;
  position: fixed ;
  display: none ;
  z-index: 2 ;
}
p.modalText {
    font-size: 16px;
    color: #555;
}
.talentArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.talentImg {
    width: 45%;
}
.talentProfileBox {
    width: 50%;
}
table.profileTable {
    width: 100%;
    font-size: 24px;
}
.talentProfileBox h2 {
    font-size: 56px;
    letter-spacing: 10px;
    margin-bottom: 35px;
}
.talentProfileBox h2 span {
  letter-spacing: 3px;
}

table.profileTable {
    width: 100%;
    font-size: 24px;
}

table.profileTable th {
    padding: 10px 0;
    color: #e68a97;
}

table.profileTable td {
    color: #777;
}

.talentPageLink {
    text-align: center;
    margin: 20px auto;
}

.talentPageLink img {
    width: 280px;
}

.btn_twitter{
  display: block;
  width: 70%;
  margin: 10px auto;
}
#modal-overlay {
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 100% ;
  background-color: rgba( 0,0,0, 0.2 ) ;
}

.button-link {
  color: #00f ;
  text-decoration: underline ;
}

.button-link:hover {
  cursor: pointer ;
  color: #f00 ;
}
.close_btn{
  width: 13%;
  position: absolute;
  top: 20px;
  right: 20px;
}

#news {
    width: 90%;
    margin: 0 auto;
    height: 80vh;
    overflow-y: scroll;
}
#news li {
    padding: 50px 10px;
    border-bottom: 1px solid #c3c3c3;
    text-align: center;
}

#news li:last-child {
  border-bottom: none;
}

#news li p {
  color: #fff;
}

p.eventlink a {
    display: inline-block;
    margin-top: 15px;
    padding: 2px 10px;
    width: 210px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s;
}

p.eventlink a:hover {
  letter-spacing: 2px;
}


#news .ttl{
  font-size: 0.9em;
  font-weight: bold;
  color: #e28b97;
  margin-bottom: 10px;
}
#news .txt{
  font-size: 0.85em;
  color: #313131;
  margin-bottom: 5px;
  line-height: 2em;
}

#sns{
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sns li{
  width: 28%;
}
#contact{
  text-align: center;
}
#contact p{
  width: 80%;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 0.85em;
}
#contact .icon{
  width: 20%;
  margin: 0 auto 10px;
  display: block;
}
#contact a{
  color: #e28b97;
}
#contact a:hover{
  text-decoration: underline;
}

.snsContainer {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}

.snsBox {
    width: 45%;
    min-width: 300px;
    text-align: center;
}


footer{
  width: 100%;
  background: #ebebeb;
  padding: 20px;
}
footer p{
  text-align: center;
  color: #888;
}
footer .company{
  font-size: 1em;
}
footer .copyright{
  font-size: 0.7em;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

p.soon {
    text-align: center;
    font-size: 3.5rem;
    color: #aaa;
}

.page_navi {
    margin-bottom: 20px;
    text-align: center;
}

.page_navi p a {
  color: #fff;
}

div#sb_instagram {
    background-color: #fff;
    border-radius: 5px;
}


@media (min-width: 481px) {
  #member li{
    width: calc(100% / 2);
    text-align: center;
  }
  .close_btn{
    width: 10%;
  }
  h2{
    margin-bottom: 30px;
  }
  .talentPageLink img {
      width: 135px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

}


@media (min-width: 768px) {
  header h1{
    width: 70%;
    max-width: 500px;
  }
  .catchcopy{
    margin-bottom: 150px;
  }
  .catchcopy p{
    font-size: 1.2em;
    line-height: 2.8em;
    margin-top: 60px;
  }
  .logo_small{
    margin: 60px auto;
    width: 30%;
    max-width: 300px;
  }
  .produce{
    width: 70%;
    margin: 0 auto 100px;
  }
  h2 {
      font-size: 2.5em;
      margin-bottom: 20px;
      background: #fff;
      color: #333;
      padding: 8px 0;
  }
  #member{
    width: 90%;
  }
  #member li{
    width: calc(100% / 4);
    text-align: center;
  }
  #member li a img {
      width: 85%;
  }
  .close_btn{
    width: 5%;
  }
  #sns{
    width: 44%;
  }
  #contact .icon {
    width: 100px;
  }
  #news .ttl{
  font-size: 1.5em;
  text-align: center;
  }
  #news .txt{
  font-size: 0.95em;
  line-height: 2em;
  text-align: center;
  }
  .pc-only {
      display: block;
  }
  .sp-only {
      display: none;
  }
  #member {
      width: 95%;
      justify-content: center;
  }
}

@media (min-width: 1024px) {
  header h1{
    width: 46%;
    max-width: 450px;
  }
  #member{
    width: 92%;
  }
  #member li {
      width: calc(100% / 4);
      text-align: center;
  }

  #member li a img {
    width: 230px;
    height: 230px:
  }

/*  #member li:nth-child(n+4){
    width: 22%;
  }*/

  #sns{
    width: 35%;
    margin-bottom: 80px;
  }
  #sns li{
    width: 28%;
  }

  iframe#twitter-widget-0, 
  #sb_instagram.sbi_fixed_height {
      width: 75% !important;
      min-width: 300px;
  }


}

@media screen and (max-width: 768px) {

  .pc-only {
      display: none;
  }
  .br-pc { display:none; }
  .br-sp { display:block; }
  .sp-only {
      display: block;
  }
/*  header {
    background: #fff;
  }*/
  h2 {
    background: #fff;
    color: #333;
    padding: 8px 0;
  }
  .talentArea {
      flex-direction: column;
  }

  .talentProfileBox h2 {
      font-size: 21px;
      margin: 0px auto;
  }

	.modal-content {
	    padding: 10px;
	    max-height: calc(100vh - 1.5em);
	    overflow-y: auto;
	}

  .talentProfileBox {
      width: 95%;
  }

  table.profileTable th {
      padding: 0;
  }

  /*.spTalentImg {
      width: 300px;
      height: 160px;
  }*/


  .spTalentImg img {
      max-height: 300px;
      width: auto;
  }

  table.profileTable th, 
  table.profileTable td {
      padding: 0;
      display: block;
      width: 100%;
      font-size: 14px;
  }

  table.profileTable {
      font-size: 16px;
  }

  .talentPageLink {
    margin: 5px auto;

  }
  .talentPageLink img {
      width: 200px;
  }



}