<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 14%;
 bottom: -13%;
}
#lens .lens_img {
 width: 14%;
 margin: 0 auto;
}
#lens .lens_img img{
 width: 100%;
 height: auto;
}
.main_visual .mv_ttl p.name{
 margin-bottom: 0.2em;
 font-size: 3.8vw;
 font-weight: 300;
}
.lead_block p.lead_ttl{
 text-align: center;
}
@media only screen and (max-width: 760px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .main_visual .lens_img {
     width: 35%;
     bottom: -18%;
    }
    .main_visual .mv_ttl p.name{
     font-size: 9.4vw;
    }
 
    #lens .lens_img {
     width: 35%;
     margin: 0 auto;
    }
}

/*********************************************
 Max Width Size 2000px
*********************************************/
@media only screen and (min-width: 2000px) {
 
}</pre></body></html>