<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 6px rgba(0,0,0,0.9),
   0 0 10px rgba(0,0,0,0.9),
   0 0 14px rgba(0,0,0,0.9),
   0 0 18px rgba(0,0,0,0.9),
   0 0 22px rgba(0,0,0,0.9);
}
.main_visual .mv_ttl p.name{
 font-size: 2.07vw;
}
.main_visual .mv_ttl p.name span{
 margin-top: 12.5%;
}
.main_visual .lens_img {
 width: 14%;
 bottom: -13%;
}
#lens .lens_img {
 width: 14%;
}

@media only screen and (max-width: 760px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .main_visual .mv_ttl p.name{
     font-size: 4.3vw;
    }
    .main_visual .lens_img {
     width: 30%;
     bottom: -17%;
    }
    #lens .lens_img {
     width: 30%;
    }
}

/*********************************************
 Max Width Size 2000px
*********************************************/
@media only screen and (min-width: 2000px) {
 .main_visual .mv_ttl p.name{
  font-size: 4.15rem;
 }
}</pre></body></html>