@import url("https://fonts.googleapis.com/css2?family=Alatsi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --page_color1: #525263;
  --page_color2:#e5e5e5;
  --toppage_font1: "Noto Sans JP", sans-serif;
  --toppage_font2:"Alatsi", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
}

.w33 {
  width: 33.3333333333%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.area_title {
  padding: 24px 0;
}
.area_title h2 {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.area_title h2 .main {
  font-family: var(--toppage_font2);
  font-size: 5.25vw;
}
.area_title h2 .sub {
  display: block;
  font-family: var(--toppage_font1);
  font-size: 4vw;
}

body#page_homepage div#contents_top {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  body#page_homepage div#contents_top {
    margin: 0;
  }
}/*# sourceMappingURL=toppage2022.css.map */