/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#interview .title_img {
  position: absolute;
  width: 9%;
  max-width: 121px;
  top: 5.2%;
  right: 93px;
  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;
  color: #083b55;
}

#interview .text_01 p + p {
  margin-top: 2em;
}

#interview .staff-credit .text_01 p + p {
  margin-top: 0;
}

#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/kasumigaura/images/interview/bg.jpg") no-repeat center 30% / cover;
  opacity: 1;
  z-index: 501;
}

#interview #scn05 {
  background: url("/book/focal/kasumigaura/images/interview/bg01.jpg") no-repeat center 90% / cover;
}

#interview #scn06 {
  background: url("/book/focal/kasumigaura/images/interview/bg02.jpg") no-repeat center 80% / cover;
}

#interview #scn07 {
  background: url("/book/focal/kasumigaura/images/interview/bg03.jpg") no-repeat center 10% / cover;
}

#interview #scn08 {
  background: url("/book/focal/kasumigaura/images/interview/bg04.jpg") no-repeat center 70% / cover;
}

#interview #scn09 {
  background: url("/book/focal/kasumigaura/images/interview/bg05.jpg") no-repeat center 30% / cover;
}

#interview #scn10 {
  background: url("/book/focal/kasumigaura/images/interview/bg06.jpg") no-repeat center 30% / cover;
}

#interview #scn11 {
  background: url("/book/focal/kasumigaura/images/interview/bg07.jpg") no-repeat center center / cover;
}

#interview #scn01 .logo_img a img {
  /* filter: drop-shadow(0px 0px 2px rgba(1,40,0,0.6)); */
}

#interview #scn01 .main_title {
  width: 34.8%;
  max-width: 476px;
  position: absolute;
  top: 12.5%;
  left: 56.5%;
}

#interview #scn02 .text_01 {
  width: 30%;
  position: absolute;
  top: 19.9%;
  left: 61.8%;
}

#interview #scn02 .text_01 {
  width: 30%;
  position: absolute;
  top: 16.9%;
  left: 12.1%;
}
#interview #scn02 .img_01 {
  width: 100%;  
  margin-top: 8%;
}
#interview #scn02 .img_02 {
  width: 50.2%;
  height: 65.4%;
  position: absolute;
  top: 16.9%;
  right: 0;
}
#interview #scn02 .img_02 img {
  object-position: center 20%;
}



#interview #scn03 .img_01 {
  width: 19.5%;
  height: 23.7%;
  position: absolute;
  top: 48.4%;
  left: 6.5%;
}
#interview #scn03 .img_02 {
  width: 24.3%;
  height: 29.3%;
  position: absolute;
  top: 14.1%;
  left: 12.1%;
  z-index: 2;
}
#interview #scn03 .img_03 {
  width: 46.1%;
  height: 52.1%;
  position: absolute;
  top: 23.7%;
  left: 32.5%;
}
#interview #scn03 .text_img {
  width: 4.5%;
  position: absolute;
  top: 23.7%;
  left: 85.2%;
}


#interview #scn04 .img_01 {
  width: 36.7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 54.7%;
}
#interview #scn04 .text_01 {
  width: 35.9%;
  position: absolute;
  top: 31.8%;
  left: 10.2%;
}


#interview #scn05 .text_01 {
  width: 26.9%;
  position: absolute;
  top: 18.2%;
/*  left: 66.3%;  */
  right: 7.2%;
}
 #interview #scn05 .text_01 p {
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0));
} 


#interview #scn06 .text_01 {
  width: 31.9%;
  position: absolute;
  top: 28.6%;
  left: 59.9%;
}


#interview #scn07 .text_01 {
  width: 31.9%;
  position: absolute;
  top: 39.8%;
  left: 6.7%;
}
 #interview #scn07 .text_01 p {
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(50, 0, 0, 0.9));
} 
 #interview #scn07 .text_01:before {
   content: '';
   background: rgba(50,0, 0, 0.9);
   -webkit-filter: blur(30px);
   -moz-filter: blur(30px);
   -o-filter: blur(30px);
   -ms-filter: blur(30px);
   filter: blur(30px);
   position: absolute;
   top: 50%;
   left: 50%;
   right: 0;
   bottom: 0;
   transform: translate(-50%, -50%);   
   width: 585px;
   height: 437px;   
   border-radius: 50%;
   mix-blend-mode: multiply;
   z-index: -1;    
   opacity: .15;
} 


#interview #scn08 .text_01 {
  width: 25.5%;
  position: absolute;
  top: 17.1%;
  left: 6.9%;
}
#interview #scn08 .text_01 p {
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(40, 40, 0, 1.0));
}
#interview #scn08 .title_img {
  filter: drop-shadow(0px 0px 4px rgba(40, 40, 0, 1.0));
}


#interview #scn09 .text_01 {
  width: 29.6%;
  position: absolute;
  top: 33.2%;
  left: 7.9%;
}
#interview #scn09 .text_01 p {
  color: #ffffff;
}


#interview #scn10 .text_01 {
  width: 34.8%;
  position: absolute;
  top: 18.4%;
  left: 58.3%;
}
#interview #scn10 .text_01 p {
  color: #ffffff;
  filter: drop-shadow(0px 0px 4px rgba(40, 0, 0, .9));
}


#interview #scn11 .text_01 {
  width: 42.2%;
  position: absolute;
  top: 16.4%;
  left: 52.1%;
  padding: 2% 3%;
  box-sizing: border-box;
}
#interview #scn11 .text_01 p {
  color: #ffffff;
}
#interview #scn11 .text_01:before {
  content: '';
  background: rgba(0,0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


#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: 47px 4%;
  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: 35.8%;
  margin: 0 auto 8px;
  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: space-between;
  align-items: center;
  width: 44.7%;
  margin: 40px auto 0 32%;
}

#interview .profile .costume_credit .title {
  position: absolute;
  width: 54px;
  color: #093a56;
  font-weight: 600;
  font-size: 13px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  top: 50%;
  left: 0;
  transform: translateY(-50%);   
  margin-left: -15%;
}

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

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

}

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