@charset "UTF-8";
/*
 Theme Name: FelizNaiSchool 2025
 Theme URI: https://github.com/synchrovision/catpow-feliz_sc-2025
 Author: e-production
 Author URI: https://catpow.info
 Description: Theme for feliz.jpn.com
 License:　GPL v2 or later
 */
* {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  overflow-x: clip;
  color: hsla(var(--cp-tones-tx-h),var(--cp-tones-tx-s),var(--cp-tones-tx-l),var(--cp-tones-tx-a,1));
  font-family: var(--cp-font-family-p);
}
@media (max-width:960px) {
  html {
    font-size: 2vw;
  }
}
@media (max-width:720px) {
  html {
    font-size: 3vw;
  }
}
@media (max-width:480px) {
  html {
    font-size: 4vw;
  }
}
html body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: hsla(var(--cp-tones-bx-h),var(--cp-tones-bx-s),var(--cp-tones-bx-l),var(--cp-tones-bx-a,1));
  color: hsla(var(--cp-tones-tx-h),var(--cp-tones-tx-s),var(--cp-tones-tx-l),var(--cp-tones-tx-a,1));
}
@media (max-width:959px) {
  html body {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  html body::-webkit-scrollbar {
    display: none;
  }
  html body.open {
    left: -80vw;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
  }
}
html body::after {
  content: "　";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  z-index: 10000;
  background-color: #000;
  background-image: url("images/spin.gif");
  background-position: 50% 50%;
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
html body.busy_mode::after {
  pointer-events: auto;
  opacity: 0.4;
}
/*# sourceMappingURL=./style.css.map */