@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img,
svg {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
}

ul li {
  list-style: none;
  box-sizing: border-box;
}

button {
  outline: none;
  appearance: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

:root {
  --myfc: #fff;
}

button {
  appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 769px) {
  .hover {
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  .hover:hover {
    opacity: 0.7;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp-i {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-i {
    display: inline-block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-i {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.pc-f {
  display: flex;
}

@media screen and (max-width: 768px) {
  .pc-f {
    display: block;
  }
}

.transparent-bothends {
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  height: 40px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .transparent-bothends {
    font-size: 1.8rem;
  }
}

.transparent-bothends.white {
  color: #FFF;
}

.transparent-bothends.white:after {
  display: none;
}

.transparent-bothends.white:before {
  display: none;
}

.transparent-bothends::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto 0 15px;
  text-align: center;
  background-color: #8396BE;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .transparent-bothends::after {
    margin-left: 15px;
  }
}

.transparent-bothends::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 15px 0 auto;
  text-align: center;
  background-color: #8396BE;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .transparent-bothends::before {
    margin-right: 15px;
  }
}

.closemenu {
  height: 0;
}

.closemenu.openmenu {
  height: auto;
}

.g-menu {
  position: fixed;
  top: 0;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100vh;
  min-height: 500px;
  transform: translateX(150%);
  right: -250px;
  transition: all .25s ease-in-out;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .g-menu {
    height: 100vh;
    min-height: auto;
  }
}

.g-menu ul {
  font-family: 'bebasb', sans-serif;
  font-weight: 600;
  position: relative;
  top: 20px;
  font-size: 20px;
  display: block;
  margin-left: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .g-menu ul {
    top: 14px;
    font-size: 18px;
  }
}

.g-menu ul li {
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .g-menu ul li {
    margin-bottom: 12px;
  }
}

.g-menu ul li.logos {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: -3px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .g-menu ul li.logos {
    margin-bottom: 15px;
  }
}

.g-menu ul li.logos img {
  width: 40px;
}

.g-menu ul li:last-child {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.g-menu ul li .svg-hover {
  width: 14px;
  margin-top: 3px;
  margin-left: 1px;
}

@media screen and (max-width: 768px) {
  .g-menu ul li .svg-hover {
    width: 18px;
    margin-top: 2px;
    margin-left: 1px;
  }
}

.g-menu ul li .svg-hover .st0sns {
  fill: #111111;
}

.g-menu ul li .svg-hover:hover {
  fill: #0A2B6F;
}

.g-menu ul li a {
  color: #111111;
  transition: all .25s ease-in-out;
}

.g-menu ul li a.current {
  color: #0A2B6F;
}

.g-menu ul li a:hover {
  color: #0A2B6F;
}

.g-menu ul li span {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  color: #888888;
}

@media screen and (max-width: 768px) {
  .g-menu ul li span {
    font-size: 9px;
    margin-top: 7px;
  }
}

.g-menu ul li span.logoside {
  font-family: 'teko', 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 15px;
  margin-left: 5px;
  padding-top: 2px;
  letter-spacing: -0.03em;
}

.open .g-menu {
  opacity: 1;
  transform: translateX(0);
  right: 0;
}

.hamburger {
  width: 20px;
  height: 14px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 5;
  cursor: pointer;
  display: block;
  transition: all .25s ease-in-out;
  appearance: none;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .hamburger {
    right: 20px;
    display: block;
  }
}

.open .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger span {
  display: block;
  transition: all .25s ease-in-out;
  background-color: #000;
}

.open .hamburger span {
  transform: rotate(90deg);
  border-top-color: #111111;
}

.hamburger .ham1 {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

.open .hamburger .ham1 {
  width: 21px;
  top: 5px;
  right: -4px;
  transform: rotate(45deg);
}

.hamburger .ham2 {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 6px;
  right: 0;
}

.open .hamburger .ham2 {
  display: none;
}

.hamburger .ham3 {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 12px;
  right: 0;
}

.open .hamburger .ham3 {
  width: 21px;
  top: 5px;
  left: 3px;
  transform: rotate(-45deg);
}

.menu-copy {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 16px;
  color: #111111;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .menu-copy {
    font-size: 8px;
    bottom: 78px;
  }
}

.toplogo {
  width: 50px;
  height: auto;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: difference;
  z-index: 2;
}

.toplogo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toplogo {
    width: 35px;
    top: 15px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1D1D1B;
  overflow-x: hidden;
  position: relative;
  display: none;
  transition: all 0.25s ease-in-out;
  font-size: 30px;
  background: #EEEEEC;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

body.loaded {
  opacity: 1;
  display: block;
}

header {
  position: relative;
}

header img {
  vertical-align: bottom;
  display: block;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: #333;
}

.wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.head-btn {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .head-btn {
    padding-top: 30px;
  }
}

.head-btn .head-inbtn {
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  -webkit-animation: bounceBtn_hard 1.8s;
  animation: bounceBtn_hard 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 600px;
  height: 200px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  background: linear-gradient(83.78deg, #66C23A 9.44%, #24DC84 101.75%);
  box-shadow: 0px 7.24494px 18.1124px rgba(157, 157, 157, 0.25);
  border-radius: 101.429px;
}

@media screen and (max-width: 768px) {
  .head-btn .head-inbtn {
    width: 300px;
    height: 100px;
  }
}

.head-btn .head-inbtn a {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(169.3deg, rgba(255, 255, 255, 0.34) 16.54%, rgba(255, 255, 255, 0) 88.17%);
  border-radius: 101.429px;
  transition: all 0.25s ease-in-out;
  position: relative;
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .head-btn .head-inbtn a {
    font-size: 21px;
  }
}

.head-btn .head-inbtn a .yaji {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .head-btn .head-inbtn a .yaji {
    width: 21px;
    height: auto;
    right: 14px;
  }
}

.head-btn .head-inbtn:hover {
  filter: brightness(1.1);
}

.sec1 {
  background-color: #E8F0F2;
}

.sec1 .bg1 {
  background-image: url(assets/img/syasen.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 290px;
}

@media screen and (max-width: 768px) {
  .sec1 .bg1 {
    height: 150px;
  }
}

.sec1 h2 {
  padding-top: 80px;
  font-size: 43px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec1 h2 {
    font-size: 22px;
    padding-top: 40px;
  }
}

.sec1 .fuki-max {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec1 .fuki-max {
    max-width: 90%;
    padding-bottom: 60px;
  }
}

.sec1 .fuki-max .fuki-wrap {
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .sec1 .fuki-max .fuki-wrap {
    margin-top: -30px;
  }
}

.sec1 .fuki-max .fuki-wrap img {
  display: block;
  margin-bottom: 30px;
}

h2 img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sec2 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sec2 .sec2zone {
  margin-top: 40px;
}

.sec2 .flex-list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec2 .flex-list {
    width: 90%;
    font-size: 15px;
    margin-top: 20px;
  }
}

.sec2 .flex-list img {
  width: 40px;
  display: block;
  margin-right: 30px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 768px) {
  .sec2 .flex-list img {
    width: 20px;
    margin-right: 12px;
    top: 3px;
  }
}

.sec2 .flex-list p span {
  color: #EE8912;
  font-weight: 600;
}

.sec3 {
  background-color: #FBFAF4;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sec3 div {
  margin-top: 60px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec3 div {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec4 {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec4 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.sec4 div {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec4 div {
    width: 90%;
  }
}

.sec4 div span {
  font-weight: 600;
}

.sec5 {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sec5 div {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec5 div {
    width: 90%;
  }
}

.sec6 {
  background: #FDF3F3;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec6 div.zone {
  margin-top: 140px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec6 div.zone {
    width: 90%;
    margin-top: 70px;
  }
}

.sec6 div.zone div {
  margin-bottom: 140px;
  background-color: #fff;
}

.sec6 div.zone div:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec6 div.zone div {
    margin-bottom: 70px;
  }
}

.sec6 .img-top {
  margin-top: -95px;
}

@media screen and (max-width: 768px) {
  .sec6 .img-top {
    margin-top: -50px;
  }
}

.sec6 .imimg {
  display: block;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .sec6 .imimg {
    width: 135px;
    margin-top: 15px;
  }
}

.sec6 p {
  margin-top: 20px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.sec7 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec7 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.sec7 p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec7 p {
    padding-top: 40px;
  }
}

.sec7 img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sec8 {
  background: #FFFDF4;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec8 .wrap {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec8 .wrap {
    width: 90%;
    margin-top: 40px;
  }
}

.sec8 .wrap img {
  display: block;
  margin-bottom: 30px;
}

.sec9 {
  background: rgba(129, 212, 242, 0.1);
  padding-top: 120px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec9 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.sec9 .wrap {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec9 .wrap {
    width: 90%;
  }
}

.sec9 .sec9-zone {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec9 .sec9-zone {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}

.sec9 .sec9-zone .san1 {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .sec9 .sec9-zone .san1 {
    width: 40px;
  }
}

.sec9 .sec9-zone .san2 {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .sec9 .sec9-zone .san2 {
    width: 40px;
  }
}

.sec9 .sec9-zone .d-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec9 .sec9-zone .d-title {
    margin-bottom: 20px;
  }
}

.sec9 .flex-list {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec9 .flex-list {
    font-size: 15px;
    margin-top: 20px;
  }
}

.sec9 .flex-list img {
  width: 30px;
  display: block;
  margin-right: 30px;
  position: relative;
  top: 9px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .sec9 .flex-list img {
    width: 16px;
    margin-right: 12px;
    top: 5px;
  }
}

.sec9 .flex-list p {
  word-break: break-all;
  flex-basis: 100%;
}

.white-color {
  background-color: #fff;
}

.sec10 {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec10 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.sec10 div {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec10 div {
    width: 90%;
  }
}

.sec10 .prof-img {
  width: 298px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec10 .prof-img {
    width: 150px;
  }
}

.sec10 p.prof {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec10 p.prof {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.sec10 p {
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .sec10 p {
    font-size: 14px;
  }
}

.sec11 {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .sec11 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

.sec11 div {
  margin-top: 40px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec11 div {
    width: 90%;
    margin-top: 40px;
  }
}

.sec11 p {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .sec11 p {
    font-size: 14px;
  }
}

.sec11 p.big {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec11 p.big {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

footer {
  height: 236px;
  width: 100%;
  background-color: #3E4C5C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

footer .onmodal {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

footer .onmodal:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  footer {
    height: 150px;
    font-size: 14px;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #3E4C5C;
  position: fixed;
  top: 0;
  left: 0;
}

.modal div {
  background-color: #fff;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  overflow-y: auto;
}

.modal div p {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.modal .batu {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 16px;
  height: auto;
  cursor: pointer;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

#line {
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 5vh;
  right: 5%;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}

#line a {
  transition: all 0.25s ease-in-out;
}

#line a:hover {
  opacity: 0.7;
}

#line.oon {
  opacity: 1;
  pointer-events: auto;
}

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom;
  object-fit: cover;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

@-webkit-keyframes bounceBtn_hard {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
  70% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceBtn_hard {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
  70% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

span.mark {
  background: linear-gradient(transparent 60%, #FFFB5A 60%);
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */