<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.main_visual .mv_ttl p.name{
 font-size: 2.65vw;
}
.main_visual .mv_ttl p.name span{
 margin-top: 11.5%;
}
.main_visual .lens_img {
}

@media only screen and (max-width: 760px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    
    .main_visual .mv_ttl p.name{
     font-size: 5.3vw;
    }
}

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