/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#interview .title_img {
  position: absolute;
  width: 8.9%;
  max-width: 122px;
  top: 5.3%;
  right: 70px;
  z-index: 1;
}

#interview .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh;
}

#interview .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 600;
}

#interview .text_01 p {
  font-size: 14px;
  line-height: 1.85;
}

#interview .text_01 .indent{
  display: inline-block;
	padding-left: 2.4em;
	text-indent: -2.4em;
}

#interview .text_01 [data-ruby] {
	position: relative;
	display: inline-block;
}
#interview .text_01 [data-ruby]::before {
  content: attr(data-ruby);
  width: 10em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  right: 0;
  margin: auto auto auto -5em;
  font-size: 0.5em;
	line-height: 1;
  text-align: center;
}

#interview .text_credit {
  position: absolute;
  bottom: -20px;
  right: 0;
}

#interview .text_credit p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 13px;
  color: #4d4d4d;
}

#interview .staff-credit .main_area {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#interview .staff-credit {
  text-align: center;
}
#interview .staff-credit .text_01 p {
  font-size: 15px;
  line-height: 1.85;
}
#interview .staff-credit .text_01 p.bold {
  font-weight: bold;
}
#interview .staff-credit .text_01 .mt15 {
  margin-top: 15px;
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#interview .img_01 img,
#interview .img_02 img,
#interview .img_03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#interview #scn01 {
  background: url("/book/focal/yaizu02/images/interview/fv_bg.jpg") no-repeat center top / cover;
  opacity: 1;
  z-index: 501;
}
#interview #scn01 .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 35.1%;
  top: 50%;
  right: 6.9%;
  transform: translateY(-50%);
}
#interview #scn01 .main_title {
  width: 100%;
/*
  max-width: 300px;
  position: absolute;
  top: 47.2%;
  right: 7%;
*/
}
#interview #scn01 .main_text {
  width: 100%;
/*
  max-width: 500px;
  position: absolute;
  top: 36.7%;
  left: 9%;
*/
}

#interview #scn02 .text_01 {
  width: 30.9%;
  position: absolute;
  top: 50%;
  left: 10.5%;
  transform: translateY(-50%);
	z-index: 1;
}
#interview #scn02 .img_01 {
  width: 29.4%;
  height: 34.9%;
  position: absolute;
  top: 12.2%;
  left: 48.5%;
}
#interview #scn02 .img_02 {
  width: 29.4%;
  height: 34.9%;
  position: absolute;
  top: 50.3%;
  left: 61.7%;
}

#interview #scn03 .text_01 {
  width: 30.9%;
  position: absolute;
  top: 26%;
  left: 10.5%;
	z-index: 1;
}
#interview #scn03 .img_01 {
  width: 37.3%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15.2%;
}


#interview #scn04 .text_img {
  width: 24.3%;
  position: absolute;
  top: 50%;
  left: 58.1%;
  transform: translateY(-50%);
}
#interview #scn04 .img_01 {
	width: 33.4%;
	height: 76%;
	position: absolute;
  top: 50%;
  left: 13.5%;
  transform: translateY(-50%);
}

#interview #scn05 {
  background: url("/book/focal/yaizu02/images/interview/img04.jpg") no-repeat center top / cover;
}
#interview #scn05 .text_01 {
  width: 33.4%;
  position: absolute;
  top: 50%;
  left: 9.3%;
  transform: translateY(-50%);
	z-index: 1;
}
#interview #scn05 .text_01::before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(15px);
  opacity: .3;
  z-index: -1;
}


#interview #scn06 .text_01 {
  width: 32.1%;
  position: absolute;
  top: 50%;
  left: 56.5%;
  transform: translateY(-50%);
}
#interview #scn06 .img_01 {
	width: 36.8%;
	height: 41.8%;
	position: absolute;
  top: 15.1%;
  left: 11.1%;
}
#interview #scn06 .img_02 {
	width: 17.5%;
	height: 20.8%;
	position: absolute;
  top: 59.9%;
  left: 11.1%;
}
#interview #scn06 .img_03 {
	width: 17.5%;
	height: 20.8%;
	position: absolute;
  top: 59.9%;
  left: 30.4%;
}


#interview #scn07 .text_01 {
  width: 36.7%;
	position: absolute;
  top: 50%;
  left: 57.1%;
  transform: translateY(-50%);
}
#interview #scn07 .img_01 {
  width: 36.9%;
  height: 43.6%;
  position: absolute;
  top: 20.6%;
  left: 10%;
}
#interview #scn07 .img_02 {
  width: 17.7%;
  height: 21%;
  position: absolute;
  top: 56.9%;
  left: 35.1%;
}


#interview #scn08 {
  background: url("/book/focal/yaizu02/images/interview/img07.jpg") no-repeat center center / cover;
}
#interview #scn08 .text_01 {
  width: 30.9%;
  position: absolute;
  top: 29.6%;
  left: 12.8%;
	z-index: 1;
}


#interview #scn09 .img_01 {
  width: 32.7%;
  height: 38.7%;
  position: absolute;
  top: 16%;
  left: 12.2%;
}
#interview #scn09 .img_02 {
  width: 21.3%;
  height: 25.1%;
  position: absolute;
  top: 58.1%;
  left: 8.1%;
}
#interview #scn09 .img_03 {
  width: 18.8%;
  height: 21%;
  position: absolute;
  top: 58.1%;
  left: 31.4%;
}
#interview #scn09 .text_01 {
  width: 36.7%;
  position: absolute;
  top: 50%;
  left: 56.4%;
  transform: translateY(-50%);
}


#interview #scn10 {
  background: url("/book/focal/yaizu02/images/interview/img09.jpg") no-repeat center top / cover;
}
#interview #scn10 .text_img {
  width: 22.2%;
  position: absolute;
  top: 59.2%;
  left: 59.1%;
}
#interview #scn10 .text_img img {
  filter: drop-shadow(0px 0px 7px rgba(255,255,255,.7));
}


#interview #scn11 {
  background: url("/book/focal/yaizu02/images/interview/img10.jpg") no-repeat center top / cover;
}
#interview #scn11 .text_01 {
  width: 30.6%;
  position: absolute;
  top: 27.9%;
  left: 15.8%;
}
#interview #scn11 .text_01 p {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.5));
}


#interview #scn12 .text_01 {
  width: 35.2%;
  position: absolute;
  top: 29.9%;
  left: 51.2%;
}
#interview #scn12 .img_01 {
  width: 28.6%;
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}


#interview #scn13 {
  background: url("/book/focal/yaizu02/images/interview/img12.jpg") no-repeat center center / cover;
}
#interview .profile p {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}
#interview .profile .profile_data {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 5%;
  width: 64%;
  box-sizing: border-box;
  margin: 0 auto;
}
#interview .profile .profile_data .img {
  width: 26%;
}
#interview .profile .profile_data .data {
  width: 68%;
}
#interview .profile .profile_data .name {
  width: 44.4%;
  margin: 0 auto 15px;
  display: block;
}
#interview .profile .profile_data .tag {
  width: 55px;
  padding-bottom: 6px;
}
#interview .profile .profile_text p {
  padding-top: 10px;
  border-top: 1px solid #093a56;
  font-size: 13px;
}
#interview .profile .costume_credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52.9%;
	margin: 50px auto 0;
}
#interview .profile .costume_credit .title {
	flex-basis: 90px;
	color: #093a56;
	font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
#interview .profile .costume_credit .costume {
	flex: 1;
}
#interview .profile .costume_credit .bold {
	font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

#interview .staff-credit .city_logo {
	width: 119px;
	height: auto;
	margin-top: 20px;
}