/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#interview .title_img {
  position: absolute;
  width: 8.86%;
  max-width: 122px;
  top: 41px;
  right: 96px;
  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: #093A56;
  font-weight: 600;
}

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

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

#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;
}

.staff-credit .main_area {
  -webkit-align-items: center;
  align-items: center;
}

.staff-credit {
  text-align: center;
}

.staff-credit p.bold {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}
.staff-credit p{
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}
/*--------------------------------------------------------
　個別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/chino_tateshina/images/interview/fv_bg.jpg") no-repeat top center / cover;
  opacity: 1;
  z-index: 501;
}



#interview #scn06{
  background: url("/book/focal/chino_tateshina/images/interview/bg01.jpg") no-repeat left center / cover;

}

#interview #scn08 {
  background: url("/book/focal/chino_tateshina/images/interview/bg02.jpg") no-repeat center center / cover;

}
#interview #scn14 {
  background: url("/book/focal/chino_tateshina/images/interview/bg03.jpg") no-repeat center center / cover;

}

#interview #scn08 .title_img img {
  filter: drop-shadow(0px 0px 2px rgba(76,76,76,1));
}
#interview #scn01 .main_title {
    width: 36%;
    max-width: 489px;
    position: absolute;
    top: 20%;
    left: 8.5%;
}
#interview #scn02 .text_01 {
     width: 27%;
    position: absolute;
    top: 23.6%;
    left: 9.4%;
}
#interview #scn02 .img_01 {
    width: 21.5%;
    height: 26.6%;
    position: absolute;
    top: 8.2%;
    left: 43.7%;
}
#interview #scn02 .img_01 img {
  object-position: center center;
}

#interview #scn02 .img_02 {
    width: 35.8%;
    height: 44.3%;
    position: absolute;
    top: 36.7%;
    left: 53.5%;
}
#interview #scn02 .img_02 img {
  object-position: left top;
}

/* #interview #scn02 .text_01 p {
  color: #ffffff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
} */

/* #interview #scn02 .text_01:before {
  content: '';
  background: rgba(255,255, 255, 0.5);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
} */

#interview #scn03 .text_01 {
    width: 29%;
    position: absolute;
    top: 23.9%;
    left: 58.4%;
}

#interview #scn03 .img_01 {
    width: 39.6%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10.3%;
}

#interview #scn03 .img_01 img {
  object-position:center center;
}




/* #interview #scn04 .line_area {
  top: 19.9%;
right: 7%;
}
#interview #scn04 .img_01 {
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9.5%;
} */

/* #interview #scn04 .text_img {
  width: 31.2%;
  height: auto;
  position: absolute;
  top: 41%;
  left: 58%;
  object-fit: none;
  filter: drop-shadow(0px 0px 2 rgba(0, 0, 0, 0.5));
}


#interview #scn04 .img_01 img {
  object-position: center left;
} */


/* #interview #scn04 .text_img {
  position: absolute;
  top: 43.5%;
  right: 18.7%;
  width: 21%;
  max-width: 284px;
  object-fit: none;
} */
 #interview #scn04 .text_01 {
    width: 29%;
    position: absolute;
    top: 23.9%;
    left: 9.4%;
}

#interview #scn04 .img_01 {
width: 40.6%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 46.3%;
}

#interview #scn04 .img_01 img {
  object-position:center center;
}

/* #interview #scn05 .text_01 {
  width: 28%;
  position: absolute;
  top: 23%;
  left: 61.3%;
}
#interview #scn05 .text_01:before {
  content: '';
  background: rgba(255,255, 255, 0.5);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
} */

 #interview #scn05 .text_01 {
    width: 29%;
    position: absolute;
    top: 23.9%;
    left: 57.8%;
}

#interview #scn05 .img_01 {
    width: 34.8%;
    height: 43.4%;
    position: absolute;
    top: 16%;
    left: 9.5%;
}

#interview #scn05 .img_01 img {
  object-position:center center;
}
#interview #scn05 .img_02 {
    width: 20.6%;
    height: 26%;
    position: absolute;
    top: 62%;
    left: 30.3%;
}

#interview #scn05 .img_02 img {
  object-position:center center;
}
/* 
#interview #scn06 .text_01 {
  width: 28%;
  position: absolute;
  top: 23%;
  left: 61.3%;
}
#interview #scn06 .text_01:before {
  content: '';
  background: rgba(255,255, 255, 0.5);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
} */

 #interview #scn06 .text_01 {
    width: 29%;
    position: absolute;
    top: 23.9%;
    left: 59.8%;
}

#interview #scn07 .text_01 {
  width: 34%;
  position: absolute;
  top: 28.7%;
  left: 58.3%;
}
#interview #scn07 .img_01 {
     width: 19.2%;
    height: 23.5%;
    position: absolute;
    top: 53.2%;
    left: 8.1%;
}

#interview #scn07 .img_01 img {
  object-position: bottom center;
}
#interview #scn07 .img_02 {
    width: 15%;
    height: 19%;
    position: absolute;
    top: 65.5%;
    left: 28.5%;
}

#interview #scn07 .img_02 img {
  object-position: center center;
}
#interview #scn07 .img_03 {
    width: 40.7%;
    height: 51%;
    position: absolute;
    top: 19.8%;
    left: 49%;
}

#interview #scn07 .img_03 img {
  object-position: right center;
}
#interview #scn07 .text_img {
    position: absolute;
    top: 22.3%;
    left: 12%;
    width: 30%;
    max-width: 403px;
    object-fit: none;
}

#interview #scn08 .text_01 {
    width: 28%;
    position: absolute;
    top: 28.5%;
    left: 57.5%;
}
#interview #scn08 .text_01 p {
color: #ffffff;
}

#interview #scn08 .text_01:before {
  content: '';
  background: rgba(9,21, 18, 0.5);
  position: absolute;
  top: -30px;
    left: -45px;
    right: -45px;
  bottom: -30px;
  z-index: -1;
} 
#interview #scn09 .text_01 {
    width: 29%;
    position: absolute;
    top: 23.5%;
    left: 8.7%;
}
#interview #scn09 .img_01 {
     width: 23%;
    height: 29%;
    position: absolute;
    top: 59.5%;
    left: 66%;
}

#interview #scn09 .img_01 img {
  object-position: center center;
}
#interview #scn09 .img_02 {
    width: 35.2%;
    height: 45%;
    position: absolute;
    top: 11.5%;
    left: 44.4%;
}

#interview #scn09 .img_02 img {
  object-position: center center;
}
/* #interview #scn07 .text_01 {
  width: 30%;
  position: absolute;
  top: 21.1%;
  left: 59.5%;
}

#interview #scn07 .text_01:before {
  content: '';
  background: rgba(255,255, 255, 0.5);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
} */

/* 
#interview #scn08 .text_01 {
  width: 31%;
  position: absolute;
  top: 20.5%;
  left: 59%;
}
#interview #scn08 .text_01 p {
color: #ffffff;
}

#interview #scn08 .text_01:before {
  content: '';
  background: rgba(9,21, 18, 0.5);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}  */
#interview #scn10 .text_01 {
    width: 29%;
    position: absolute;
    top: 23%;
    left: 60.2%;
}
#interview #scn10 .img_01 {
    width: 53.6%;
    height: 65%;
    position: absolute;
    top: 18%;
    left: 0;
}

#interview #scn10 .img_01 img {
  object-position: center center;
}
#interview #scn10 .img_02 {
    width: 73%;
    position: relative;
    margin: 12% auto 0;
}


#interview #scn11 .img_01 {
width: 55.8%;
    height: 70%;
    position: absolute;
    top: 15.5%;
    left: 42.2%;
}
#interview #scn11 .text_01 {
    width: 30%;
    position: absolute;
    top: 23%;
    left: 6.5%;
}
#interview #scn11 .img_01 img {
  object-position: center center;
}
#interview #scn12 .img_01 {
    width: 48%;
    height: 59.5%;
    position: absolute;
    top: 18.2%;
    left: 0;
}

#interview #scn12 .img_01 img {
  object-position: right center;
}
#interview #scn12 .img_02 {
width: 25.5%;
    height: 32%;
    position: absolute;
    top: 52.2%;
    left: 59%;
}

#interview #scn12 .img_02 img {
  object-position: center center;
}

#interview #scn12 .text_img {
position: absolute;
    top: 27.5%;
    left: 54.5%;
    width: 37%;
    max-width: 510px;
    object-fit: none;
}
#interview #scn13 .img_01 {
width: 39.5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 47.5%;
}

#interview #scn13 .img_01 img {
  object-position: center center;
}
#interview #scn13 .img_02 {
width: 25.5%;
    height: 32%;
    position: absolute;
    top: 52.2%;
    left: 59%;
}

#interview #scn13 .img_02 img {
  object-position: center center;
}
#interview #scn13 .text_01 {
    width: 31%;
    position: absolute;
    top: 19%;
    left: 9%;
}

#interview .profile p {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 300;
}

#interview .profile .profile_data {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  padding: 50px 4% 50px 5%;
  width: 64%;
  box-sizing: border-box;
  margin: 0 auto;
}

#interview .profile .profile_data .img {
  width: 26%;
  margin-top: 0;
}

#interview .profile .profile_data .data {
  width: 68%;
}

#interview .profile .profile_data .name {
  width: 37.8%;
  margin: 19px auto 8px 24.5%;
  display: block;
}

#interview .profile .profile_data .tag {
  width: 58px;
  padding-bottom: 0px;
}

#interview .profile .profile_text p {
  padding-top: 10px;
  border-top: 1px solid #093a56;
  font-size: 13px;
  line-height: 1.53;
}

#interview .profile .costume_credit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 51.5%;
  margin: 49px auto 0;
}

#interview .profile .costume_credit .title {
  flex-basis: 90px;
  color: #093a56;
  font-weight: bold;
  font-size: 13px;
}

#interview .profile .costume_credit .costume {
  flex: 1;
  font-size: 12px;
  font-weight: 300;
}

.costume_tag {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;

}
.mt15{
  margin-top: 15px;
}
