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

/*sns表示*/

.c-sns {
    justify-content: flex-end;
}

/*タイトルB-C用*/
.p-interviewPost__kvBody_bc {
  width: 100%;
  min-height: 405px;
  color: #fff;
  background: #000;
}

.p-interviewPost__kvBody_bc img {
	  width:100%;
}

/*タイトル主催公演グレーバージョン*/
.p-interviewPost__kvBody_gray {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 405px;
  color: #000;
  background: #f4f4f4;
}

/*別枠コラム写真つき*/

.interview-column {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
	 padding:20px;
	 margin-top:60px;
	 background-color: #F0F0F0;
}

.text {
}

.interview-column h3 {
  font-size: 21px;
  margin: 0;
}

.interview-column figure.interview-photo {
  max-width: 200px;
  margin:20px auto;
}
.interview-column .interview-photo figcaption {
	 font-size:0.74rem;
}

/* NEW B→C */
._bc.p-interviewPost__kvBody_bc {
  color: #000000;
  background: #f4f4f4;
}

._bc .p-interviewPost__kvTag {
  font-weight: 700;
  color: #fff;
  background: #093c2b;
}
.p-interviewPost__kvGenre {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  padding: 1.2rem 0;
}
.p-interviewPost__kvGenre ._lighter {
  font-weight: lighter;
}
.p-interviewPost__kvGenreMain {
  font-size: 2.25rem;
  line-height: 2rem;
}
.p-interviewPost__kvGenreSub {
  font-size: 0.94em;
}
.p-interviewPost__kvTitleRuby {
  font-size: 1.1rem;
  padding-left: 1rem;
}