/*
Theme Name: Web Mikata
Author: Web Mikata
Description: Minimal hybrid WordPress theme with classic PHP templates and block editor settings.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: web-mikata
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
}

a:hover,
a:focus {
}

img {
  max-width: 100%;
}

@media (min-width: 981px) {
  .site-mv__content {
    clip-path: ellipse(100% 180% at 0 0);
  }

  @supports (clip-path: shape(from 0 0, line to 100% 0)) {
    .site-mv__content {
      clip-path: shape(
        from 0 0,
        line to 100% 0%,
        line to 100.13% 2.86%,
        line to 100.17% 5.71%,
        line to 100.05% 8.57%,
        line to 99.70% 11.43%,
        line to 99.09% 14.29%,
        line to 98.24% 17.14%,
        line to 97.18% 20%,
        line to 95.96% 22.86%,
        line to 94.68% 25.71%,
        line to 93.42% 28.57%,
        line to 92.27% 31.43%,
        line to 91.30% 34.29%,
        line to 90.57% 37.14%,
        line to 90.10% 40%,
        line to 89.86% 42.86%,
        line to 89.83% 45.71%,
        line to 89.93% 48.57%,
        line to 90.07% 51.43%,
        line to 90.17% 54.29%,
        line to 90.14% 57.14%,
        line to 89.90% 60%,
        line to 89.43% 62.86%,
        line to 88.70% 65.71%,
        line to 87.73% 68.57%,
        line to 86.58% 71.43%,
        line to 85.32% 74.29%,
        line to 84.04% 77.14%,
        line to 82.82% 80%,
        line to 81.76% 82.86%,
        line to 80.91% 85.71%,
        line to 80.30% 88.57%,
        line to 79.95% 91.43%,
        line to 79.83% 94.29%,
        line to 79.87% 97.14%,
        line to 80% 100%,
        line to 0 100%,
        close
      );
    }
  }
}
