@charset "utf-8";
.sp-only {
    display: none;
}
.main_visual .mv_ttl{
 text-shadow: 0 0 2px rgba(0,0,0,0.9),
  0 0 4px rgba(0,0,0,0.9),
  0 0 8px rgba(0,0,0,0.9),
  0 0 10px rgba(0,0,0,0.9),
  0 0 12px rgba(0,0,0,0.9),
  0 0 14px rgba(0,0,0,0.9);
}
.main_visual .lens_img {
 width: 24%;
 bottom: -22%;
}
#lens .lens_img {
 width: 24%;
 margin: 0 auto;
}
#lens .lens_img img{
 width: 100%;
 height: auto;
}
.lead_block p.lead_ttl{
 font-size: 3.45vw;
 text-align: center;
}
@media only screen and (max-width: 760px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .main_visual .lens_img {
     width: 50%;
     bottom: -26%;
    }
    #lens .lens_img {
     width: 50%;
     margin: 0 auto;
    }
    .lead_block {
       padding-top: 28%;
    }
   .lead_block p.lead_ttl{
    font-size: 6.4vw;
   }
}

.photo_portrait figure {
  flex: 0 0 41.5%;
}

.photo_portrait .txt_block {
  flex: 0 0 50.9%;
}

/*********************************************
 Max Width Size 2000px
*********************************************/
@media only screen and (min-width: 2000px) {
 
}