<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 {
 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: 22%;
}

@media only screen and (max-width: 760px) {
 .lead_block {
  padding-top: 22%;
 }
 #lens .lens_img {
  margin-bottom: 6%;
 }
 .main_visual .lens_img {
  width: 45%;
 }
}</pre></body></html>