@charset "utf-8";

.main_visual .lens_img {
 width: 14%;
 bottom: -14%;
}

.lead_block {
 margin-bottom: 4%;
}

#lens .lens_img {
 width: 14%;
}

#interview .profile .prof_data p.prof_name {
 margin-bottom: 3%;
}

.filming_permission {
 width: 66%;
 margin: 0 auto 7%;
 padding: 3.2% 13%;
 font-size: 1.2vw;
 border: 1px solid #D5D5D5;
 text-align: left;
}
.filming_permission.active {
 animation: fadeIn 0.4s ease-in 0s;
 animation-fill-mode: both;
}
.filming_permission .title_block {
 margin-bottom: 0.6vw;
}
.filming_permission p {
 line-height: 1.9;
}

@media only screen and (min-width: 761px) {
 .lead_block p.lead_ttl {
  font-size: 3.45vw;
 }
}

@media only screen and (max-width: 760px) {
 .main_visual .lens_img {
  width: 30%;
  bottom: -17%;
 }

 .lead_block {
  margin-bottom: 7%;
 }

 #lens .lens_img {
  width: 30%;
 }

 .filming_permission {
  width: 79%;
  padding: 7.8% 5%;
  margin-bottom: 19%;
  font-size: 3.2vw;
 }
 .filming_permission .title_block {
  margin-bottom: 1.5vw;
 }
 .filming_permission p {
  line-height: 1.5;
 }
}
