@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  opacity: 1;
  transition: opacity 0.6s ease;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #333333;
  font-style: normal;
}

.p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1552px;
}
.wrapper--02 {
  max-width: 1232px;
}
.wrapper--03 {
  max-width: 1032px;
}

main {
  margin-top: 100px;
  background-color: #fff;
}

.bglayer {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}/*# sourceMappingURL=style.css.map */